Hey berry!
Sorry but I didn't get what exactly you wish to ask....
Please elaborate.......
Search found 16 matches
- Thu Aug 23, 2012 8:16 am
- Forum: Android Deployment
- Topic: Can I enumerate the Application Permissions?
- Replies: 1
- Views: 3273
- Thu Aug 16, 2012 7:35 am
- Forum: Android Deployment
- Topic: Can't Hide menuBar on Android
- Replies: 5
- Views: 6872
Re: Can't Hide menuBar on Android
There seems to be no way of hiding it completely unless you have a rooted device.
However, you can dim it. Making them sort of invisible, instead you see the dots. Using LIGHTS_OUT
View v = findViewById(R.id.view_id);
v.setSystemUiVisibility(View.STATUS_BAR_HIDDEN);
However, you can dim it. Making them sort of invisible, instead you see the dots. Using LIGHTS_OUT
View v = findViewById(R.id.view_id);
v.setSystemUiVisibility(View.STATUS_BAR_HIDDEN);
- Mon Aug 13, 2012 7:51 am
- Forum: Android Deployment
- Topic: Create Folder in Android
- Replies: 3
- Views: 4721
Re: Create Folder in Android
A nice interesting doubt with the exact solution. What else you want in a thread....
- Thu Aug 09, 2012 8:00 am
- Forum: Android Deployment
- Topic: Which Android Screen Resolutions to Support?
- Replies: 8
- Views: 7953
Re: Which Android Screen Resolutions to Support?
You covered almost all the resolution types which comes normally in a phone.
If you wish, you can go for 1024*786......
If you wish, you can go for 1024*786......
- Fri Aug 03, 2012 6:42 am
- Forum: Android Deployment
- Topic: Shutting down an Android App
- Replies: 9
- Views: 14139
Re: Shutting down an Android App
How about this :-
Shut them down manually by navigating to Settings > Applications > Running Services. To close open apps, tap them. The hyper-efficient can also download the free version of Advanced Task Killer from the Android Market.
Shut them down manually by navigating to Settings > Applications > Running Services. To close open apps, tap them. The hyper-efficient can also download the free version of Advanced Task Killer from the Android Market.
- Wed Aug 01, 2012 8:26 am
- Forum: Android Deployment
- Topic: Android specific lessons for complete beginners
- Replies: 2
- Views: 3951
Re: Android specific lessons for complete beginners
Read the user guide,,, you will get the solution for your problem.....
- Mon Jul 30, 2012 7:22 am
- Forum: Android Deployment
- Topic: hello android
- Replies: 4
- Views: 4956
Re: hello android
Below is the link of one of the best tutorial for android app development.......
www cs.uiuc.edu/class/fa09/cs425/mps/tutorial.pdf
www cs.uiuc.edu/class/fa09/cs425/mps/tutorial.pdf
- Fri Jul 27, 2012 8:04 am
- Forum: Android Deployment
- Topic: Save field data in android
- Replies: 4
- Views: 5655
Re: Save field data in android
Thanx Sefro jones for creating this thread & thanx to Barry and klaus too... Your discussion sorted out my problem.. I was about to create a thread regarding the same problem and I found this..... Thanx to all.....
- Mon Jul 23, 2012 10:46 am
- Forum: Android Deployment
- Topic: Help locating Android SDK root on a mac
- Replies: 3
- Views: 4916
Re: Help locating Android SDK root on a mac
http lessons.runrev.com/m/2571/l/27389
Why don't you visit this,, it might help you.....
Why don't you visit this,, it might help you.....
- Fri Jul 13, 2012 7:38 am
- Forum: Android Deployment
- Topic: The Android Story
- Replies: 1
- Views: 3283
Re: The Android Story
Its really interesting Man...... Every version was well explained along with its features... Very informative.....
- Thu Jul 12, 2012 6:56 am
- Forum: Android Deployment
- Topic: Is there a PC vs Mac preference regarding Android?
- Replies: 11
- Views: 10814
Re: Is there a PC vs Mac preference regarding Android?
Mac is very much useful for me to do all my Android builds and testing. My Android apps are in Android market. No trouble faced by me or by customers....
- Tue Jul 10, 2012 7:30 am
- Forum: Android Deployment
- Topic: Location of dafault folder into Andriod
- Replies: 2
- Views: 3508
Re: Location of dafault folder into Andriod
"developer android com tools help adb html" (put "." & "/" in right places)
May be, above url will help you....
May be, above url will help you....
- Mon Jul 09, 2012 6:58 am
- Forum: Android Deployment
- Topic: Animations in Android
- Replies: 3
- Views: 4222
Re: Animations in Android
Live code 5.5
It should provide the support......
It should provide the support......
- Thu Jul 05, 2012 7:26 am
- Forum: Android Deployment
- Topic: Android App with Animations
- Replies: 1
- Views: 2939
Re: Android App with Animations
Go on thirdpresence
in blog,
you will find one-video-format-works-on-all-android-phones-right-wrong
This is will help you to find out the answer for one of your query that one video format for all android devices.
in blog,
you will find one-video-format-works-on-all-android-phones-right-wrong
This is will help you to find out the answer for one of your query that one video format for all android devices.
- Sat Jun 30, 2012 8:20 am
- Forum: Android Deployment
- Topic: App to Android Issue
- Replies: 22
- Views: 21305
Re: App to Android Issue
If the keystore is correctly entered to the app, LiveCode should ask for the passwords when it is building. If it doesn't ask for the password then livecode will think that the app isn't being built with a key. During the building process does it ask for the details of keystore? If not, check the st...