[android-developers] Widget

2012-02-14 Thread Omollo Ateng
How to use a widget to start and stop an application. pliz help me, any idea -- Be good to not only people but also machines -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] How to start Intent of Packet data network

2012-02-13 Thread Omollo Ateng
This is to check if GPRS is on and the network, write it within a function. String provider = Settings.Secure.getString(getContentResolver(), Settings.Secure.LOCATION_PROVIDERS_ALLOWED); if(!provider.equals()){ //GPS Enabled

[android-developers] CountDownTimer

2012-02-06 Thread Omollo Ateng
hey all, i want to send an sms after 1 minute, please may you help me with this code please using count down timer -- Be good to not only people but also machines -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Widget or Button

2012-02-03 Thread Omollo Ateng
hey, please how can i apply a widget to my app so that it can toggle my application on or off when a user clicks the widget on the screen. any ideas will be appreciated. Thank u Best Regards -- Be good to not only people but also machines -- You received this message because you are

[android-developers] hey all

2012-01-31 Thread Omollo Ateng
i want to monitor another phone number's location, which listeners should i use? -- Be good to not only people but also machines -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Eclipse launch emulator error...

2012-01-26 Thread Omollo Ateng
You are working on which platform windows or linux? On Thu, Jan 26, 2012 at 10:53 PM, Greg Krimer gkri...@gmail.com wrote: Try creating a new workspace. On Jan 26, 2012 10:06 AM, stringa sstri...@gmail.com wrote: Hello. There was a time where I tried to setup an emulator launch option in

[android-developers] Toggling an app

2012-01-23 Thread Omollo Ateng
hi everyone, i have an app that uses the orientation sensors, how do u toggle it off or on. For Example when users want to use the app they toggle it on when they dont want to use it they toggle it off Your help will be of great use Best Regards Omollo Jacob -- Be good to not only people but

[android-developers] how to installing Android 2.3.6 (Gingerbread) on Huawei U8150 IDEOS

2012-01-19 Thread Omollo Ateng
hey there, pliz help me to install android 2.3.6 (Gingerbread) on *Huawei U8150 IDEOS *which is running on the default *Android 2.2.1 (Froyo).* Any help pliz clearly indicating the procedures Thank you. Be good to not only people but also machines -- You received this message because you are

Re: [android-developers] Re: how to installing Android 2.3.6 (Gingerbread) on Huawei U8150 IDEOS

2012-01-19 Thread Omollo Ateng
development. Good bye. On 19 Jan., 10:29, Omollo Ateng omollo.at...@gmail.com wrote: hey there, pliz help me to install android 2.3.6 (Gingerbread) on *Huawei U8150 IDEOS *which is running on the default *Android 2.2.1 (Froyo).* Any help pliz clearly indicating the procedures Thank you

[android-developers] mapview

2011-11-10 Thread Omollo Ateng
hi all, i have developed a map view as explained here http://developer.android.com/resources/tutorials/views/hello-mapview.html, but always when i run the application, it crashes, it does not even show the grey lines, please help me here *main.xml* ?xml version=1.0 encoding=utf-8?

Re: [android-developers] mapview

2011-11-10 Thread Omollo Ateng
plis give me a full code for that controller and where to use the variable map thank you On Thu, Nov 10, 2011 at 5:25 PM, Narendra Singh Rathore nsr.curi...@gmail.com wrote: Hey Omollo, it seems you haven't taken MapController. MapController map = mapView.getController(); Try this, I hope

[android-developers] Voice input

2011-11-07 Thread Omollo Ateng
hi there, please i need a code to enable voice where by if it is recognized, the texts show on the EditText not on the List View as described by other groups. Thank you -- Be good to not only people but also machines -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Development platform

2011-11-07 Thread Omollo Ateng
I use Ubuntu 11.10 (Oneiric Ocelot) Linux - for my android application development platform to have the application running well and good. just need jdk running that is openjdk-6-jdk and eclipse SDK for linux that is Helios, and android SDK. Best Regards all the best On Mon, Nov 7, 2011 at

Re: [android-developers] how to use intent??

2011-10-31 Thread Omollo Ateng
Intents are used explicitly or implicitly an example of explicit intent is; This is an intent to make a call. Uri call =Uri.parse(tell:53423232); Intent myintent =newj Intent(Intent.CALL_PHONE, call); StartActivity(myintent); Then create permission for making a phone call in the android manifest

[android-developers] ANDROID WIDGETS

2011-10-28 Thread Omollo Ateng
Hi there, am developing an application using both activity and service. I would like a widget to be on the screen such that if clicked (tapped), it starts my app, and if again tapped - in a toggle mode, it stops my app. Please anybody with an idea. Best regards -- Be good to not only people but

Re: [android-developers] ANDROID WIDGETS

2011-10-28 Thread Omollo Ateng
no it is an activity On Fri, Oct 28, 2011 at 12:02 PM, Isaac Wesley wonder...@gmail.com wrote: Is the app you are trying to start, a service? On Fri, Oct 28, 2011 at 11:48 AM, Omollo Ateng omollo.at...@gmail.comwrote: Hi there, am developing an application using both activity and service. I

Re: [android-developers] Filtering Android Sensors Noise

2011-10-18 Thread omollo ateng
hi there? am also just in the same problem. Am developing an app which is using the orientation and tilt sensors. Can someone tell me if i can lay down some scale of tilting whereby at some degrees, then something is done. if possible give a code snippet on how to go about it. Best regards --