[android-developers] Nine patch images are good option for tablet

2012-01-03 Thread Teena sharma
Please suggest that Nine patch images are good option for tablets ?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

Re: [android-developers] Re: single_apk_On_multiple_devices

2012-01-02 Thread Teena sharma
You mean images of big size put in drawable-hdpi or any thing else. I checked my emulator is properly configure but still display is not proper.. On Mon, Jan 2, 2012 at 10:46 AM, taylor ringo taylorri...@gmail.com wrote: where do I get the Hidefinition images? On Sun, Jan 1, 2012 at

Re: [android-developers] Re: single_apk_On_multiple_devices

2012-01-01 Thread Teena sharma
Thanxs On Mon, Jan 2, 2012 at 10:08 AM, VenomVendor™ yoganandh2...@gmail.comwrote: Remove images from the Folder drawable-mdpi, drawable-ldpi, Just put High Definition images in drawable-hdpi. i wld suggest u to test the APK file directly in the Tab, if u dont have, atleast configure the

Re: [android-developers] Recording By AudioRecord API

2011-12-31 Thread Teena sharma
rcd.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { recorder.setAudioSource(MediaRecorder.AudioSource.MIC); recorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4);

[android-developers] single_apk_On_multiple_devices

2011-12-31 Thread Teena sharma
Can any one please explain I am trying to make.apk for Galaxy Tab in that it takes images from drawable-large folder but still in emulator image size is very small, why images are not in proper size. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] single_apk_On_multiple_devices

2011-12-30 Thread Teena sharma
Thanks .I have read whole doc but didn't got accurate solution. On Fri, Dec 30, 2011 at 10:35 PM, TreKing treking...@gmail.com wrote: On Thu, Dec 29, 2011 at 12:50 AM, Teena sharma sharma.teena...@gmail.comwrote: Please give suggestion that how can i install single .apk file on different

[android-developers] single_apk_On_Multiple_devices

2011-12-29 Thread Teena sharma
Hello Please give suggestion that how can i install single .apk file on different configuration devices. I am using Android 3.2 and API level 13. when i run this apk on emulator(Android 3.2) images become starched. In drawable i have four folders hdpi,large,ldpi,mdpi,xhdpi. stil its not

[android-developers] single_apk_On_multiple_devices

2011-12-29 Thread Teena sharma
Hello Please give suggestion that how can i install single .apk file on different configuration devices. I am using Android 3.2 and API level 13. when i run this apk on emulator(Android 3.2) images become starched. In drawable i have four folders hdpi,large,ldpi,mdpi,xhdpi. stil its not