[android-developers] Fwd: FW: The Husband Store

2009-01-29 Thread shailesh prakash
-- Forwarded message -- From: sagar.b97 sagar@gmail.com Date: Thu, Jan 29, 2009 at 10:27 PM Subject: Fwd: FW: The Husband Store To: naem.muja...@gmail.com, ***Sujit*** Wieder Verjüngte sujitt...@gmail.com, -॥अमृत॥- Amrut {I foUGhT oUt dSp} imac_pune...@yahoo.co.in,

[android-developers] Re: Relative layout

2008-10-24 Thread shailesh prakash
Hi april follow this link: http://www.anddev.org/android_with_pure_java_code_is_possible-t3106.html On Fri, Oct 24, 2008 at 10:54 AM, yasmin afrose [EMAIL PROTECTED] wrote: Hi, You will use the following link. www.droiddraw.org . It is a GUI editor for cell phone programming. You'll

[android-developers] Re: Require Source Code on Windows

2008-10-24 Thread shailesh prakash
Yes you can at http://source.android.com/download . but source code is of size 2gb and not fully supported for windows On Fri, Oct 24, 2008 at 12:38 PM, Amit [EMAIL PROTECTED] wrote: Hello friends, Is there any way i can get the source code on windows. Also, can i download just some

[android-developers] Re: Error coming while creating a login page

2008-10-21 Thread shailesh prakash
Hi dilu, As I can say with above details, you are using SDK 1.0 and the code you are writing is of style m5. If so see documentation and changes for 1.0 Regards Shailesh On Tue, Oct 21, 2008 at 6:30 PM, dilu [EMAIL PROTECTED] wrote: Hi' I am trying to create a login page with user name

[android-developers] Re: Theme example

2008-10-21 Thread shailesh prakash
Hey Christine, Did u try http://code.google.com/android/reference/available-resources.html#stylesandthemes. you can set your theme in a xml file res/values/, but you can play inside an activity. @Override public void setTheme(int resid) { // local

[android-developers] Re: Inflate Exception... how to diagnose?

2008-10-20 Thread shailesh prakash
I don't know why you all complexing the problem. I t is just a missing classname in provided namespace. As I can see there is no TextField in res/android namespace better you try TextView On Mon, Oct 20, 2008 at 11:55 AM, for android [EMAIL PROTECTED] wrote: This post might help you also.

[android-developers] Re: Inflate Exception... how to diagnose?

2008-10-20 Thread shailesh prakash
I don't know why you all complexing the problem. I t is just a missing classname in provided namespace. As I can see there is no TextField in res/android namespace better you try TextView. On Mon, Oct 20, 2008 at 8:04 AM, DulcetTone [EMAIL PROTECTED] wrote: I have an XML file that causes an

[android-developers] Re: Inflate Exception... how to diagnose?

2008-10-20 Thread shailesh prakash
such problems in the future. On Oct 19, 11:38 pm, shailesh prakash [EMAIL PROTECTED] wrote: I don't know why you all complexing the problem. I t is just a missing classname in provided namespace. As I can see there is no TextField in res/android namespace better you try TextView On Mon, Oct 20

[android-developers] Re: possible to lock device?

2008-10-17 Thread shailesh prakash
want to release my app. it goes out for a closed beta on the 22nd. On Oct 17, 12:33 am, shailesh prakash [EMAIL PROTECTED] wrote: Hey Mast3rpyr0, I did try it earlier but drop in between. I had plans to do it like this, Send SMS, broadcast receiver will listen it and open msg read

[android-developers] Re: RelativeLayout Help

2008-10-17 Thread shailesh prakash
Thanks Mark for your kind suggestion. I never know these detail about rendering on Android but I use scroll view for a long registration page and it works fine with large text view. Also I supply constant text in edit text as it make single pass and I suppress forward reference for text view

[android-developers] Re: MapView and Zoom Control in 0.9 SDK

2008-10-17 Thread shailesh prakash
Guys let me end the discussion with this, //--- final ZoomControls zoomControls = (ZoomControls) findViewById(R.id.ZoomControls); zoomControls.setOnZoomInClickListener(new

[android-developers] Re: help needed on webservice (ksoap2)

2008-10-17 Thread shailesh prakash
It works fine on mine service using java, hope php has similar implementation. See this may be error due to some semantic mistake. also check for wsdl with the browser. Those are some mistake I have done earlier. But I go with the original j2me jar. On that implement extra classes of

[android-developers] Re: call a soap web service from an android application

2008-10-16 Thread shailesh prakash
Hi christian110011, for kSOAP, you have to do something like this : // you have to download ksoap for j2me and extend it's org.ksoap2.transport.Transport and implement ServiceConnection, coz it is built // for j2me not Android, you can eaisly find these two on other android group Thread t =

[android-developers] Re: possible to lock device?

2008-10-16 Thread shailesh prakash
Best of luck for your beta On Fri, Oct 17, 2008 at 10:21 AM, Mast3rpyr0 [EMAIL PROTECTED] wrote: hmm i wish there was a simple lockDevice() method :P this is the last thing i need before i want to release my app. it goes out for a closed beta on the 22nd. On Oct 17, 12:33 am, shailesh

[android-developers] Re: User Alarm Interaction when Sleeping

2008-10-15 Thread shailesh prakash
Try droidDraw, it is cool way to create GUI for android. Also Elipse has nice layout building capability, you can try eclipse too On 10/15/08, Brian [EMAIL PROTECTED] wrote: I'm playing with building a simple alarm, but it's very hard to see how to get a nice UI interaction when the phone is

[android-developers] Re: UI Controls

2008-10-15 Thread shailesh prakash
you can try link: http://www.anddev.org , it is a good site to start with Android. On 10/15/08, JavaAndroid [EMAIL PROTECTED] wrote: Hi All Can i add UI controls like Checkbox, Radio button, Select Box, Drop down menus in my Android application... If yes could you suggest some

[android-developers] Re: Displaying Images

2008-10-15 Thread shailesh prakash
Hi, you may like to try this : http://code.google.com/p/apps-for-android/source/browse/trunk/Photostream/src/com/google/android/photostream/?r=73 On 10/15/08, JavaAndroid [EMAIL PROTECTED] wrote: Hi All, Can anyone direct me to some links / tutorials that will help me to start experimenting

[android-developers] Re: Getting GPS Location in Android 1.0 SDK

2008-10-15 Thread shailesh prakash
Try !-- why I add this I didn't remember -- uses-permission android:name=android.permission.ACCESS_LOCATION_EXTRA_COMMANDS/uses-permission and see my MapActivity code its working on 1.0, private MyLocationOverlay mMyLocationOverlay; @Override public void onCreate(Bundle icicle)

[android-developers] Re: How to get Android local IP(192.168.1.18)? not 127.0.0.1..

2008-10-14 Thread shailesh prakash
Hello MRK, I was also trying a lot with Android but not able to find a way. then I implement a listener using java on my desktop. You can try it for time being if you develop some concrete Android application please share to community see :

[android-developers] Re: How to get Android local IP(192.168.1.18)? not 127.0.0.1..

2008-10-14 Thread shailesh prakash
The code is for local machine not for the Android emulator, it will simpley tunnel the response of 8080 to 6565 so that an Android application can use it with user permission INTERNET. On 10/14/08, for android [EMAIL PROTECTED] wrote: use -- 10.0.2.2 u can hard code it.127.0.0.1..will point to