hey, i have a small issue i can't figure out.
for my program, i basically want to execute some code if the user hasn't done anything with the application for 5 minutes (say log out).
how can i go about doing this? i'm lost on detecting that the user has done nothing, and then reset the count once the user has touched the tablet or somet...
Hello
In m,y android application i would like to use time which do not come from device but a standard time that the user cannot change.
Is there any way to do this.
Please share your valuable suggestions.
Thanks in advance:)
...
Zoom works without any problem, but if I select any input field the webview zooms in automatically.
How do I can prevent this zoom behavior?
set fix zoom level?
scale back to previous zoom level?
...
Hi,
I written code for connecting the 3G mobile using bluetooth API.Actually once if pair the mobile(non-android) to Android device.The Android programme always shows the mobile device is in bonded list if is not near to the Android device or switched of. Here i need to connect the 3G mobile when it is tuned on only.For When the non-and...
I would like to know how to establish the link between eclipse - tomcat - MYSQL.
And also which version of mysql to download.
Thank you.
...
Hey guys!
I have a problem with acquiring a WakeLock. It seems not to work.
I am trying to acquire a FULL_WAKE_LOCK but neither the display gets enabled nor is my app able to perform tasks.
I am using the following permission: android.permission.WAKE_LOCK
My acquire code looks like this:
PowerManager pm = (PowerManager) getBaseContex...
Hi all,
When a try to deploy my android App in the emulator, after the application(.apk) gets loaded in to the emulator, when i tap on the menu button in emulator for loading my application's initial screen, its is raising me a alert message with this information,
<pre>Sorry Application Keyboard in Process (Force Quit / Wait)..</pre>
...
Under new Date(); it has an error. I want to place it as a file name.
Date date = new Date();
SimpleDateFormat dateFormat = new SimpleDateFormat("ddMMyyyyHHmmSS");
filename = dateFormat.format(date).concat(".jpg");
...
Can there be a standard way to handle this in all three platforms? Example would be using a single payment gateway for all. The app(on all platforms) asks for username, password, credit card info then submits to our server. Then our server authenticates and send to a payment gateway. When approved user is allowed to login to the App. Is ...
Hello,
I want to play a number of sound files in raw directory one after another in android.
How to do that?
Please anyone provide me an example.
Thanks in advance.
...
Hello
In my android app when the no of items in the list is small the footer sticks to end of the list like the one shown below.
but not to the end of screen.
Is there any way that i can stick it to the bottom of the screen.
I am using a seperate footer.xml and am calling it using Inflator service.
Please share your valuable suggesti...
What languages are supported by android for localization with their respective values folder name, the best link i could find was http://developer.android.com/reference/java/util/Locale.html
any body can help me with more languages what if we need to support more languages then listed above.
...
Hi,
What is the basic difference between the PhoneWindow and MidWindow
policies?
I found that the emulator version takes the implementations of the
PhoneWindow.When the MidWindow implementations will be used?
Also, I found that PhoneWindow handles the call settings
implementation and the same is not there in MidWindow?
Please ...
1) is it possible to record vedios and audios using android emulator(using webcam) ? , and storing the recorded vedio or audio into the pc possibly as
recorder.setOutputFile("C:/test.mp4");
...
How to play a list of files? I want to make it a variable. eg:mp = MediaPlayer.create(geetaact.this, R.raw.first); //first should change by taking value from /raw folder.
...
I wish to add an option of 'SEND' to the context menu of Contacts. Is it possible to extend the ContextMenu Activity? or is there any other option for the same?
...
Not sure how to figure out which android project on android.git.kernel.org corresponds to the classes extended in some of the app examples in the SDK such as Activity, Intent, and ContentProvider.
...
How can i disable the panning/zooming functionality of a MapView (not the zoom controls, i want a wholly static map)?
I've also noticed that touching the map doesn't seem to trigger the MapView onClickListener, could anyone elaborate why?
...
permission failure :android.permission.RECORD_AUDIO from uid =10053 pid =1499
why is this error happening eventhough i added
'uses-permission android:name="android.permission.RECORD_AUDIO" ',android.permission.CAMERA
...
I have written a ListView with a text and image clubbed together in a row.
I wanted to add a button on top of listview, then the entire content of listview should be seen. Button is named as "More", when someone clicks it i will be updating the listcontent. That is the main theme.
Can anyone suggest how to do it?
My java file.
package...