[android-developers] Set scroll to jquery mobile popup in android 2.2

2012-12-09 Thread mohana priya
I am using jquery mobile popup in my phonegap android app.I need to set the height to the popup and to scroll when the content exceeds in the popup.I have tried some code its working fine in android 4.0 but not working in android 2.2. click here Close Window rd

Re: [android-developers] Re: [ICS] Did Canvas / drawBitmap change in ICS ?

2012-12-09 Thread Romain Guy
How do you allocate the bitmap exactly? On Dec 9, 2012 7:38 PM, "GJTorikian" wrote: > Sure, but why do I need to do this in the first place? In native JNI code > I am modifying each pixel directly. Pre-ICS I did not need to "blank out" > the bitmap. > > On Sunday, December 9, 2012 3:15:05 PM UTC-

Re: [android-developers]android bluetooth multi-connect one after another

2012-12-09 Thread gjs
Hi, Then concentrate on getting 1 or 2 devices working with - mChatService.connect(device); Regards On Sunday, December 9, 2012 1:19:08 AM UTC+11, akash roy wrote: > > please have a look on it..thankyou. > > > > On Sat, Dec 8, 2012 at 9:26 AM, akash roy > > wrote: > >> ** >> >> here i am tr

Re: [android-developers] NullPointerException in SharedPreferences Android

2012-12-09 Thread laxman k
thank you kris On Sat, Dec 8, 2012 at 8:35 PM, Kristopher Micinski wrote: > why should Context be non null? You don't get a context for free. You > have to inherit from some object which has a context > > Kris > > > On Sat, Dec 8, 2012 at 9:39 AM, laxman k wrote: > >> >>

[android-developers] Re: Required: Sr. NET Developer at Santa Clara, CA

2012-12-09 Thread Fred Grott
Hmm, maybe we should just start suggesting fictional characters to see how many get the joke? I say we start with suggesting James Tiberous Kirk for the Sr .NEt role On Thursday, December 6, 2012 9:56:09 AM UTC-6, Munawar Ali wrote: > > Hi Friend, > > Hope you are doing good. Please let me know

Re: [android-developers] Re: [ICS] Did Canvas / drawBitmap change in ICS ?

2012-12-09 Thread GJTorikian
Sure, but why do I need to do this in the first place? In native JNI code I am modifying each pixel directly. Pre-ICS I did not need to "blank out" the bitmap. On Sunday, December 9, 2012 3:15:05 PM UTC-8, Romain Guy (Google) wrote: > > Instead of writing a loop like this you can just call Bitma

Re: [android-developers] Re: [ICS] Did Canvas / drawBitmap change in ICS ?

2012-12-09 Thread Romain Guy
Instead of writing a loop like this you can just call Bitmap.eraseColor(). It's much more efficient. On Sun, Dec 9, 2012 at 11:55 AM, GJTorikian wrote: > All right, so after days I finally figured it out. > > After creating my bitmap, I need to set every pixel in Java: > > for (int

Re: [android-developers] EasyTracker error in TrackedActivity: method trackActivityStart(TrackedActivity) is undefined for the type Tracker

2012-12-09 Thread TreKing
On Sun, Dec 9, 2012 at 4:19 PM, Anuj Goyal wrote: > I am getting this error: The method trackActivityStart(TrackedActivity) is > undefined for the type Tracker > Here's a hint: look at the method defined directly above the one you're getting the error in. ---

[android-developers] EasyTracker error in TrackedActivity: method trackActivityStart(TrackedActivity) is undefined for the type Tracker

2012-12-09 Thread Anuj Goyal
I'm trying to compile the example in http://code.google.com/p/analytics-api-samples/source/browse/trunk/src/tracking/mobile/android/EasyTracker/Library/src/com/google/android/apps/analytics/easytracking/TrackedActivity.java I am getting this error: The method trackActivityStart(TrackedActivity)

[android-developers] Re: Java knowledge

2012-12-09 Thread Lew
Lew wrote: > Check out the Java tutorials. The initial ones won't take you long to work > through and it will give you a flavor of how hopeless you are. > I don't know if this was a Freudian slip, but I totally did not mean to write that. I can only guess there was a copy-paste action I didn'

[android-developers] Re: [ICS] Did Canvas / drawBitmap change in ICS ?

2012-12-09 Thread GJTorikian
All right, so after days I finally figured it out. After creating my bitmap, I need to set every pixel in Java: for (int x = 0; x < 254; x++) { for (int y =0; y < 254; y++) { bmp.setPixel(x, y, Color.argb(255, 0, 0, 0)); }

Re: [android-developers] google maps not showing

2012-12-09 Thread Raymond Rodgers
On 12/06/2012 04:43 PM, John Merlino wrote: I updated an android app but the original developers are not available so I had to create a new app on the android market. But it was generally the same app. It contains a google map. However, the google map does not render. I am getting messages like t

Re: [android-developers] google maps not showing

2012-12-09 Thread Raymond Rodgers
On 12/06/2012 04:43 PM, John Merlino wrote: I updated an android app but the original developers are not available so I had to create a new app on the android market. But it was generally the same app. It contains a google map. However, the google map does not render. I am getting messages like t

Re: [android-developers] Required: Sr. NET Developer at Santa Clara, CA

2012-12-09 Thread Anton Kaiser
Seriously? Am Freitag, 7. Dezember 2012 13:12:31 UTC+1 schrieb jayavelu viswanathan: > > > https://play.google.com/store/apps/details?id=com.jay.memory&feature=search_result#?t=W251bGwsMSwxLDEsImNvbS5qYXkubWVtb3J5Il0 > . > > On Thu, Dec 6, 2012 at 9:26 PM, Munawar Ali > > wrote: > >> Hi Friend,

Re: [android-developers] chek the image

2012-12-09 Thread sree android
Thank you bro i wil try. On Dec 9, 2012 7:34 PM, "Mohd Arshi Khan" wrote: > in image - > 1. list with header. >In header " > a button for speech and > a relative layout with edit box & button for plus. " > 2. list items are - > a imageview, check box, textview and a button for ca

Re: [android-developers] How to Set New for for Option Menu

2012-12-09 Thread Piren
lol On Sunday, December 9, 2012 10:20:57 AM UTC-5, TreKing wrote: > > On Sun, Dec 9, 2012 at 2:54 AM, askl >wrote: > >> How can i change option menu font type. (Font Face). > > > http://lmgtfy.com/?q=android+change+option+menu+font > > >

Re: [android-developers] How to Set New for for Option Menu

2012-12-09 Thread TreKing
On Sun, Dec 9, 2012 at 2:54 AM, askl wrote: > How can i change option menu font type. (Font Face). http://lmgtfy.com/?q=android+change+option+menu+font - TreKing

Re: [android-developers] chek the image

2012-12-09 Thread Mohd Arshi Khan
in image - 1. list with header. In header " a button for speech and a relative layout with edit box & button for plus. " 2. list items are - a imageview, check box, textview and a button for call. 3. quick action on item long click in list. -- You received this message because you

[android-developers] Problem read data from file out to usb

2012-12-09 Thread Antonis Kanaris
I try this but work only for text no out the dataAny help? public void blinkLED(View v){ //Find the directory for the SD Card using the API //*Don't* hardcode "/sdcard" String line = null; File sdcard = Environment.getExternalStorageDirectory();

[android-developers] Re: Android ListView Animation

2012-12-09 Thread Piren
Try a different trick... instead of assigning the animation to the whole list view (which works fine as a Layout Animation) try doing the animation per view on each call of getView. Since the dataset changes, getView will be called for each of the visible views.. have each view animate itself o

[android-developers] How to Set New for for Option Menu

2012-12-09 Thread askl
Dear friends, How can i change option menu font type. (Font Face). *http://schemas.android.com/apk/res/android"; >* * * ** ** ** ** Please just help me. -- You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Re: app distribution best practices

2012-12-09 Thread Piren
once you let out the APK, no kind of check would help you avoid someone from distributing it... you should just put up a link to google play (direct link to your app). P.S - If someone wants to redistribute it, they can also just download it from Google Play and then take the APK from the dev