[android-developers] Re: Problem in usb debugging

2016-06-03 Thread Usha Hegde
Hi,
  This article gives how to debug your apps in MAC. 
http://esausilva.com/2010/10/02/how-to-set-up-adb-android-debug-bridge-in-mac-osx/.
 

Just give it a try.
-Usha Hegde

On Thursday, June 2, 2016 at 4:01:29 PM UTC+5:30, akshaybiss...@gmail.com 
wrote:
>
> I would be glad if someone could help me. I am using an ASUS Memo Pad 
> ME172V. I am using Android Studio for developing applications and I am 
> using a MAC. When I am connecting my device to the MAC. My device is not 
> being listed in the available devices for debugging list. I request if 
> someone could help.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/2dec9fc8-320f-48d2-913c-0302da60d916%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: android studio - getting new hello world project to work

2015-09-28 Thread Usha Hegde
My personal experience is Lollipop emulator is very slow. Try downloading 
kitkat emulator using sdk tools. And once you see emulator, try giving run 
command again. 

On Sunday, September 27, 2015 at 10:44:49 PM UTC+5:30, Ray Tayek wrote:
>
> hi, i just downloaded android studio and made a new project.
>
> i an using an emulator for nexus 7 2012 api 22.
>
> when i run, it takes a *long* time. then i see the emulator window or what 
> ever you call it.
>
> i have to open it and click on one the icons to see the programs.
>
> i do not see my program.
>
> i put in some call to logging in onCreate(), but no joy.
>
> can anyone tell me what i am doing wrong?
>
> thanks
>

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Indian keyboard featuers

2012-05-09 Thread usha hegde
My app will show kannada/hindi IME and lets the user type the contents in 
kannada/Hindi. Now I am adding a textview where he can type the content in 
Kannada/hindi even if the phone does not support the font. This content can 
be saved in a file or sent as sms or mail or even facebook. Now what other 
features can be added to it so that those who do not have Indian languages 
fonts can still use it?
 

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Read data from database and show it in table layout form

2010-11-03 Thread usha hegde
You can add the content by saying tablerow.addview I think. I have
used
wordRow.addView(btn,btnWidth,btnHeight);
where wordRow is my table row and btn is Button
-Usha

On Nov 3, 12:01 pm, "pramod.deore"  wrote:
> Hi, I want to read data from database and displayed it in table layout
> form. table will contain n rows and 2 columns. But row size is  not
> fixed then how to show them in table layout format? Thanks in advance.

-- 
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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en