Search results

  1. L

    Post [APP] Scientific Calculator

    i will add that in the next update thx
  2. L

    Post [APP] Scientific Calculator

    ........................................................
  3. L

    Post [APP] Scientific Calculator

    ....................................................
  4. L

    Post [APP] Scientific Calculator

    .................................
  5. L

    Post [APP] Scientific Calculator

    .............any bug?
  6. L

    Post [APP] Scientific Calculator

    thx thx... try this app first if u find any bug...report here
  7. L

    Thread [APP] Scientific Calculator

    i create this application : Scientific Calculator this can use to plot graphics equation.. Download or Manual Settlement calculations: addition, subtraction, multiplication, and division. Display the maximum eight points behind the comma, the value of zero after the decimal point after...
  8. L

    Post Video Tutorial 4 developer

    I hope this video can help to understand android
  9. L

    Post 5 top Free game this month

    use free version...
  10. L

    Post 5 top Free game this month

    Minisquadron MINISQUADRON DOWNLOAD&REVIEW thankz
  11. L

    Post Best battery defender/saver/task killer app

    battery booster Battery Booster boosts your battery's running time and maximizes battery life. Battery Booster INFO & DOWNLOAD
  12. L

    Post What are the top 3 books for application development?

    # beginning android 2 # android 2 application development # profesional android application development
  13. L

    Post 5 top Free game this month

    detail please tell me the detail of that game
  14. L

    Post 5 top Free game this month

    thx....... :)
  15. L

    Post What are the top 3 books for application development?

    you can download at ANDROID BOOKs
  16. L

    Thread 5 top Free game this month

    specify a list of five games the best free this month? What your opinion? 5 top GAmes August
  17. L

    Post Video Tutorial 4 developer

    thanks.......
  18. L

    Post Voice Action aka Voice Search - Confirmed Working!

    cool this app is very cool like vlingo... VOICE ACTION i want this
  19. L

    Thread Deluxe Moon for Android

    The Moon is our closest celestial neighbor and the most prominent object in the night sky. Although the Moon is so much smaller than the Sun, it strongly affects everything on the Earth, including many aspects of your life. Not only tides and animals are affected by the Moon, but also it...
  20. L

    Thread android internet through pc

    Is it possible to use my internet of my computer is plugged into for my phone? i have no wifi. I have no 3g coverage and EDGE is just slow. I don't want to use my phone as a modem, just the opposite. Any ideas?
  21. L

    Post Need help with Eclipse

    JDK? which JDK do you have? install the 1.6
  22. L

    Post Video Tutorial 4 developer

    did you enjoy that video?:confused:
  23. L

    Post Good books for BECOMING A DEVELOPER . !!!!!

    have you already read it?
  24. L

    Thread broadcast incoming call error

    I have a strange behaviour of BroadcastReceiver when trying to listen incoming call. I set up the BroadcastReceiver to listen to both incoming calls and sms. The BroadcastReceiver run after the booting is complete. When first i fake a call into the emulator, i can not catch the call. I try again...
  25. L

    Post Need Help creating an App

    YES LAM KENAL JUGA BRO.. that video is cool help me understand to develop android app
  26. L

    Post insert a variable into predifined string?

    may be Intent intent = new Intent(); intent.setAction(Intent.ACTION_WEB_SEARCH); intent.putExtra(SearchManager.QUERY,"searchString") startActivity(intent); search string can we get by TextView.getText().toString
  27. L

    Post Need Help creating an App

    Video Tutorial 4 developer when i search for video tutorial about android, i found this : this video it was pretty cool.. you must watching
  28. L

    Thread Video Tutorial 4 developer

    when i search for video tutorial about android, i found this : http://i-learnedandroid.blogspot.com/2010/07/video-tutorial-android.html it was pretty cool.. you must watching
  29. L

    Post anyone use ghost radar?

    thanks thankz.............
  30. L

    Post Good books for BECOMING A DEVELOPER . !!!!!

    GOOD http://i-learnedandroid.blogspot.com/2010/07/android-books.html this can help u
  31. L

    Post Looking for a dev to build an app.....

    what app? what app? can tell the details..
  32. L

    Thread anyone use ghost radar?

    i get info about app ghost radar, can anyone tell this app? is true that can detect ghost? read more: GHOSTRADAR
  33. L

    Thread Help: intent

    . Can we use ACTION_TIME_TICK broadcast every second? like TIME_TICK please help
  34. L

    Post new to android! help!!!

    Need SDK Android SDK can be downloaded at the following address: http://developer.android.com/sdk / index.html Once downloaded extract the folder to one of the PATH for example E: \ android_sdk_windows i have tried in win xp and 7. how to install SDK
  35. L

    Thread News:Google's Stop Phone Nexus ONE

    news come from Google blog google stop sell Nexus one via online On july 16,2010 they said it's last shipment
  36. L

    Post Android Emulator problems

    i use in windows read : http://i-learnedandroid.blogspot.com/2010/06/android-sdk-and-eclipse-installation.html i use in windows and nothing problem.. install lastest JDK and setting path maybe
  37. L

    Thread samsung beam

    Samsung, South Korean vendor, releases a new product on the 17th of July 2010 in singapore. Android operating applying product is equipped with a projector 2.1 read more
  38. L

    Post Which Android Phone do you suggest?

    who has 1GHZ cpu i think the phone who has 1GHZ cpu because android 3.0 minimum requirrement so if u want to use this platform one day i think must have this phone
  39. L

    Thread SDK 2.2 revision 2 release

    http://i-learnedandroid.blogspot.com/ recently, android raises new SDK for developers. android platform with the new revision 2.2 Dependencies: Requires SDK Tools r6 or higher. System Image: * Adds default Search Widget. * Includes proper provisioning for the platform's...
  40. L

    Post [APP] QBot - Rubiks Cube Solver for Android.

    wow nice app how to create that..:)
  41. L

    Thread bash programming

    can we create a program with BASH on ANdroid? or with AWK same with linux
  42. L

    Post So I want to learn to develop for Android...

    1. Install required components * For Java use the latest version * Android SDK Once downloaded extract the folder to one of the PATH for example E: \ android_sdk_windows * To Eclipse used Eclipse 3.5 (Galileo) 2. Add the Android platform and other packages needed to SDK *...
  43. L

    Post tabhost layout

    1 import android.app.TabActivity; 2 import android.content.Intent; 3 import android.os.Bundle; 4 import android.widget.TabHost; 5 public class mainTab extends TabActivity { 6 /** Called when the activity is first created. */ 7 @Override 8 public void onCreate(Bundle savedInstanceState) { 9...
  44. L

    Thread android shell command explanation

    Shell is a program that acts as an intermediary between the user's operating system. Users can run programs, create a pipeline of the process and save the output to a file and run more than one program within a same time.command contained in the android operating system can be seen in the...