i am new developer in android application.i have used shared preference concept to share the data from one activity to another activity.i have implemented code as follows
I created a listview and would like to know how to have each diff. item open diff. activity/intent example: In listview
I\'m working on a开发者_开发百科n app which launches an external browser with this code: Intent webIntent = new Intent(Intent.ACTION_VIEW, Uri.parse(authUrl));
Can somebody help me please! I\'m new to android and am starting my first app. The idea is to start a second (list activity) from a \"main/first\" activity and return a selected object back to the fi
I have developed a huge app for a bank. This app gives the user the ability to perform a big bunch of operations through the phone (national & international transfers, securities, stock market val
I want to have an activity that can only be launched from certain other activites in my app, and not from others
I am looking for the best way in which you would setup navigation in an Android game; a best practice for Android Game Activity Navigation. I have the following scenario:
How can I access the current Android activity class? I am using the necessitas framework (QT in Android). Basically, using the Android NDK an activity calls a QT application (.so). All runs fine. Now
I\'m having trouble tying off my program (ending it up). I have a SurfaceView in an Activity, and in that SurfaceView when you lose three lives the game is supposed to end. I have tried opening up a n
I have three buttons on my main page. Something weird happens when I try to click on them. For example, when I click on the NewGame button, it first displays what the scores button should display, and