How to block incoming call in Android?
Hi All, I want to develop one call control application on android. As we know android sdk does not provide any API which block incoming call due to security reasion. Is there any possiablity to block incoming call using android open source api;s? Please help me. Thanks, Jitendra Kumar
Informacja: 2010-03-16
Czytaj: How to block incoming call in Android?
Multiple shapes
Hi I'm trying to build a layout where some shapes will popup every 2 seconds. I the user will click one of these shapes, they have to disappear. What is the correct way of doing this? I thought about a thread, but i missed out. Here's my code at the moment (is not working): Java: public void onCreate(Bundle savedInstanceState) {
Informacja: 2010-03-16
Czytaj: Multiple shapes
Persistent external libraries across reboot
Hi, I am using android emulator on windows without eclipse. My application consists of a .jar file and a .apk file. I am able to run the application on a real device with these steps: - Load the .jar in /system/framework and corresponding xml in /system/ etc/permissions - reboot so that the jar is loaded
Informacja: 2010-03-16
Czytaj: Persistent external libraries across reboot
onContextItemSelected is not working; window already focused warning message
Hello, I have 2 classes that each have listview. I want both of these listviews to access the same context menu, so I'm making a context menu in a separate class. Right now I only work with one of the class (that has listview) to see if this can work. But apparently it can not. When I click and held the
Informacja: 2010-03-16
Czytaj: onContextItemSelected is not working; window already focused warning message
Put multiple lines of images
Hi all I'm trying to put an image multiple times and on multiple lines. What i want to do is similar to a matrix, where each cell is an istance of my image. Here's my code: public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceSt ate); mLinearLayout = new LinearLayout(this);
Informacja: 2010-03-16
Czytaj: Put multiple lines of images
Serial Data Transfer via Bluetooth
I'm trying to get serial data from a USB Weather Board from Sparkfun Electronics using one of their SPP Bluetooth Modems. This device will be able to send serial data over bluetooth and all I wan't to do is read and store the data. I'm pretty sure this is possible but I'm still not great at writing code for an android device yet. After that
Informacja: 2010-03-16
Czytaj: Serial Data Transfer via Bluetooth
Setting up command line development on Ubuntu
I'm trying to be able to create a simple application for a Motorola Droid using the command line in Ubuntu 9.04. I've tried eclipse, but the C++, PHP, Android, etc parts seem to be incompatible and cause eclipse to not run very well, so I've abandoned eclipse on Ubuntu. I'm trying to set up the tools on the command line.
Informacja: 2010-03-16
Czytaj: Setting up command line development on Ubuntu
Dashcode and android webview
Hey all, I have been trying to get dashcode from apple to work along side the webview on my android application. My question is more about dashcode than android to be honest but here goes. I have an xml file which i want to read in as input and then get android to run a web view on the file and view the output but i cant seem to get my
Informacja: 2010-03-16
Czytaj: Dashcode and android webview
ViewFactory for multiple switchers?
At first glance, I don't see a way for a class to act as a ViewFactory for multiple ViewSwitchers. Specifically, I have both an ImageSwitcher and a TextSwitcher in my activity, and while I understand I can create a small class to act as a factory for one (or each) of them, the example code just implements all of that within the Activity.
Informacja: 2010-03-16
Czytaj: ViewFactory for multiple switchers?
Re: [android-beginners] accessibility tutorial
visit [link] <[link]> I thank you find good one
Informacja: 2010-03-16
Czytaj: Re: [android-beginners] accessibility tutorial
What am I missing? arrays.xml help
I am just trying to display a list from an array that I have in my arrays.xml. When I try to run it in the emulator, I get a force close message. If I define the array in the java file (String[] testArray = "one","two","three","etc";) it works, but when I use "String[] testArray = getResources().getStringArray( R.array.testArray); " it
Informacja: 2010-03-16
Czytaj: What am I missing? arrays.xml help
How to use built in email application to send email from my application
Hello, I want is to automatically compose an e-mail with a subject line, recipient address and an image attachment, and an e-mail app should then pop up with this automatically composed message, to let the user decide whether to send, edit or discard the message. Thanks
Informacja: 2010-03-16
Czytaj: How to use built in email application to send email from my application
Static Array Help in Eclipse/Android
I am just starting to work on building Android apps. I have some basic knowledge of programming, but have never done any Java based stuff. I apologize in advance for my questions being remedial. Most of what I do is web based using ASP (vbscript) or PHP, plus I do some VBA. I am just trying to figure out how to display a static array.
Informacja: 2010-03-16
Czytaj: Static Array Help in Eclipse/Android
mkdir permission denied on android emulator
Hello, I am using a android emulator. I created a sdcard on it by using a option in eclipse. Once I start the emulator, I go to 'terminal emulator', give command 'cd sdcard'. Since I need to create my own folder in sdcard, I give command mkdir myfolder, it gives the error: mkdir failed for myfolder, Permission Denied
Informacja: 2010-03-16
Czytaj: mkdir permission denied on android emulator
Android program for utilities .. ( help needed)
sorry guys for posting a question over here.. i am currently a student who is having my final year project and i need serious help in android as i am new to this program.. i need to do a program which enable us to enter a certain data such as water bills.. amount of water used and charge per liter of water... i
Informacja: 2010-03-16
Czytaj: Android program for utilities .. ( help needed)