[android-developers] Hi all, could you help me to determine the message was real or fake?

2016-11-17 Thread Azamat Mendekov
I have got message from "Developer app console" and it contains strange link. Message itself: "Developer App Console developer-app-cons...@norply.com v ia server.stmip.in *Hello Play Developer,* This notification that your developer app

Re: [android-developers] Hi all

2012-08-30 Thread Parthi K
hi dude i got output thanks to reply On Tue, Aug 28, 2012 at 1:13 AM, bob b...@coolfone.comze.com wrote: We don't use JSON for UI. We use XML. On Monday, August 27, 2012 7:54:27 AM UTC-5, parthi wrote: Is it possible to design in json UI ..Mr Mark Murphy On Mon, Aug 27, 2012 at 6:21

Re: [android-developers] Hi all

2012-08-30 Thread Michael Leung
maybe reading this : http://www.vogella.com/articles/AndroidJSON/article.html Moreover, I changed to JSON for UI sometime, I am more prefer to use JSON. I found JSON is saving a lot of size in data transfer. On Thu, Aug 30, 2012 at 10:08 PM, Parthi K parthisof...@gmail.com wrote: hi dude i got

Re: [android-developers] Hi all

2012-08-30 Thread Parthi K
thanks buddy . On Thu, Aug 30, 2012 at 9:44 PM, Michael Leung michaelchi...@gmail.comwrote: maybe reading this : http://www.vogella.com/articles/AndroidJSON/article.html Moreover, I changed to JSON for UI sometime, I am more prefer to use JSON. I found JSON is saving a lot of size in

[android-developers] hi all How to design using json UI in android

2012-08-27 Thread parthi
-- 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

[android-developers] Hi all

2012-08-27 Thread parthi
How can i design using json UI in android -- 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] Hi all

2012-08-27 Thread Mark Murphy
On Mon, Aug 27, 2012 at 8:40 AM, parthi parthisof...@gmail.com wrote: How can i design using json UI in android I would recommend that you start by providing an explanation of what you think a json UI is. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy

Re: [android-developers] Hi all

2012-08-27 Thread Parthi K
Hi Mark Murphy I know basically its for webservices dont know that much could u help me... On Mon, Aug 27, 2012 at 6:12 PM, Mark Murphy mmur...@commonsware.comwrote: On Mon, Aug 27, 2012 at 8:40 AM, parthi parthisof...@gmail.com wrote: How can i design using json UI in android I

Re: [android-developers] Hi all

2012-08-27 Thread Parthi K
Is it possible to design in json UI ..Mr Mark Murphy On Mon, Aug 27, 2012 at 6:21 PM, Parthi K parthisof...@gmail.com wrote: Hi Mark Murphy I know basically its for webservices dont know that much could u help me... On Mon, Aug 27, 2012 at 6:12 PM, Mark Murphy

Re: [android-developers] Hi all

2012-08-27 Thread bob
We don't use JSON for UI. We use XML. On Monday, August 27, 2012 7:54:27 AM UTC-5, parthi wrote: Is it possible to design in json UI ..Mr Mark Murphy On Mon, Aug 27, 2012 at 6:21 PM, Parthi K parthi...@gmail.comjavascript: wrote: Hi Mark Murphy I know basically its

Re: [android-developers] HI ALL

2012-08-01 Thread Justin Anderson
Hi all now i am implementing Website design. this is my website http://www.retigence.com Can you please give me feed back how its looking... And also give me the some tips to increase the google page ranking Wow. You do realize this is an ANDROID development group? Thanks, Justin

[android-developers] HI ALL

2012-07-28 Thread aparna rani
Hi all now i am implementing Website design. this is my website http://www.retigence.com Can you please give me feed back how its looking... And also give me the some tips to increase the google page ranking Thanking you, -- You received this message because you are subscribed to the

Re: [android-developers] HI ALL

2012-07-28 Thread VIJAYAKUMAR M
Hel On Sat, Jul 28, 2012 at 3:03 PM, aparna rani indela@gmail.com wrote: Hi all now i am implementing Website design. this is my website http://www.retigence.com Can you please give me feed back how its looking... And also give me the some tips to increase the google page

Re: [android-developers] HI ALL

2012-07-28 Thread Michael Banzon
No... On Sat, Jul 28, 2012 at 11:33 AM, aparna rani indela@gmail.com wrote: Hi all now i am implementing Website design. this is my website http://www.retigence.com Can you please give me feed back how its looking... And also give me the some tips to increase the google page

Re: [android-developers] HI ALL

2012-07-28 Thread Jim Graham
Hi. -- THE SCORE: ME: 2 CANCER: 0 73 DE N5IAL (/4) | There it was, right in the title bar: spooky1...@gmail.com | Microsoft Operations POS. Running Mac OS X Lion | ICBM / Hurricane: | Never before has a TLA been so appropriately 30.44406N 86.59909W|

Re: [android-developers] HI ALL

2012-07-28 Thread Asheesh Arya
awesum i just love it!!! keep it up!!! -- 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] hi all

2012-02-03 Thread TreKing
On Thu, Feb 2, 2012 at 10:41 PM, chowdary nani naveenneeli...@gmail.comwrote: Here i am able to parse the xml page which is on server when i have given the url directly. but i need for dynamically created url This has nothing to do with Android. Do you understand Java and variables?

[android-developers] hi all

2012-02-02 Thread chowdary nani
Hi All, I am working on xml parsing. Here i am able to parse the xml page which is on server when i have given the url directly. but i need for dynamically created url following is my code. String tod = IPH; final Random myRandom = new Random(); String procod = String.valueOf(myRandom

Re: [android-developers] hi all

2012-01-11 Thread chowdary nani
Hi chandara your link has helped me a lot thanks for your time thanks for sending. On Wed, Jan 11, 2012 at 12:25 PM, Chandra Sekhar chandra4...@gmail.comwrote: Hi Naveen, I think this link may help u http://coderzheaven.com/2011/06/complex-json-string-parsing-in-android/ On Tue, Jan 10,

[android-developers] hi all

2012-01-10 Thread chowdary nani
Hi All, I am working with json parsing Following is my json object will please any one help me how to parse id from that object in android {data:[{id:38314877099_10150452362217100,from:{name:Incipio Technologies}}]} Thanks Naveen -- You received this message because you are subscribed to the

Re: [android-developers] hi all

2012-01-10 Thread Chandra Sekhar
Hi Naveen, I think this link may help u http://coderzheaven.com/2011/06/complex-json-string-parsing-in-android/ On Tue, Jan 10, 2012 at 6:01 PM, chowdary nani naveenneeli...@gmail.comwrote: Hi All, I am working with json parsing Following is my json object will please any one help me how to

[android-developers] hi all, one problem to intercept KEYCODE_BACK event

2011-12-02 Thread tuxpcd
then soft keyboard was pop, I try to override onKeyDown() dispatchKeyEvent() and onBackPressed() method,but cannot intercept back key. 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] Hi all

2011-04-28 Thread Muhammad Nabeel Arif
I am new to android development. I am trying to create a folder on sdCard and set it's visibility to false. That is, I want to create a hidden folder on sdcard. Can anybody please share a piece of code to do that. Thanks. -- You received this message because you are subscribed to the Google

Re: [android-developers] Hi all

2011-04-28 Thread TreKing
On Wed, Apr 27, 2011 at 12:59 AM, Muhammad Nabeel Arif nabeel.arif...@gmail.com wrote: That is, I want to create a hidden folder on sdcard. This has nothing to do with Android, beyond getting the path to the SD card. Can anybody please share a piece of code to do that. There is plenty of

Re: [android-developers] Hi, all, how to implement the layout as google reader's news ListItem

2011-03-29 Thread TreKing
On Mon, Mar 28, 2011 at 5:32 AM, Longer xlhongultim...@gmail.com wrote: My question is: the ListItem's view shows news title and its source together. But the title and source have different font style, how to get this? http://developer.android.com/reference/android/text/Spanned.html

[android-developers] Hi, all, how to implement the layout as google reader's news ListItem

2011-03-28 Thread Longer
Please have a look at the photo in this link below: http://www.wareground.com/articles/android_google_reader_app_updated_with_new_widgets_and_ui_tweaks My question is: the ListItem's view shows news title and its source together. But the title and source have different font style, how to get

[android-developers] Hi all. This question is really annoying. Hope someone can come up with some advice. About C2DM

2011-03-04 Thread 刘思聪
Hi there: This problem has been confusing me for hours. I try to use google push to get register to a certain server. But first step is to get register_id, right? x...@gmail.com is the email address that I use to apply for google register_id. And the rest of the codes, are the same as in Android

[android-developers] Hi, all. Hope someone could give me a hand.

2011-03-03 Thread 刘思聪
Hi: I was wondering, how to send registration_id (of c2dm) to a certain server? I looked up the Android google documentation, but still confused. We should send our own information, such as username, together with registeration_id, right? If so, we should put those Java codes in

[android-developers] Hi, all. How to read JSON format from server?

2011-03-02 Thread kevinlsc
Hi, all. I'm new to Android. Right now I'm trying to read response from server, which uses JSON format to send my register information, for instance, username, register_id which is produced by the server, and the connection message. Is there any advice cause I'm really confused by this task.

Re: [android-developers] Hi, all. How to read JSON format from server?

2011-03-02 Thread Justin Anderson
Read up on the JSON format... What part, exactly, are you having a problem with? What have you tried so far? On Mon, Feb 28, 2011 at 11:49 AM, kevinlsc kevin...@gmail.com wrote: Hi, all. I'm new to Android. Right now I'm trying to read response from server, which uses JSON format to send my

Re: [android-developers] Hi, all. How to read JSON format from server?

2011-03-02 Thread TreKing
On Mon, Feb 28, 2011 at 12:49 PM, kevinlsc kevin...@gmail.com wrote: Is there any advice cause I'm really confused by this task. Advice: use Google. Something like How to read JSON with Java. -

[android-developers] Hi All, Please help me!!

2010-09-30 Thread Ulzii
When I upload my Android App to market it gives as next message: The certificate that signed this apk is not valid until the future. Create a new certificate. Help me to solve this problem. I setup my duration 50 years. I have signed my App from Eclippse. Thanks, Ulzii -- You received this

Re: [android-developers] Hi All, Please help me!!

2010-09-30 Thread TreKing
On Thu, Sep 30, 2010 at 12:56 PM, Ulzii ter...@gmail.com wrote: The certificate that signed this apk is not valid until the future. This usually means the time on your computer, at the time you signed your app, was ahead of the real current time. Try manually resetting your system clock to

[android-developers] Hi All

2010-09-10 Thread lokesh gupta
Hi -- Thanks Regards Lokesh Gupta -- 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] Hi All

2010-04-28 Thread Sergey
I create new contact with new API (ContentProviderOperation) see samples from SDK: ArrayListContentProviderOperation ops = new ArrayListContentProviderOperation(); ops.add(ContentProviderOperation.newInsert(ContactsContract.RawContacts.CONTENT_URI)

Re: [android-developers] Hi All

2010-04-28 Thread Dmitri Plotnikov
If it is a Google account, you also need to add the contact to a visible group, e.g. My Contacts. If it is your own type of account, you need to set UNGROUPED_VISIBLE=1 in the corresponding ContactsContract.Settings row. On Wed, Apr 28, 2010 at 3:46 AM, Sergey sergey...@gmail.com wrote: I

[android-developers] Hi All TabWidget Show is Small

2010-03-17 Thread takky takazawa
Hi All I'm developing application in android v.2.1. My tab host contain 6 tab. But All tab show smaller, How to increase tab widh ?. or How to show Three first tab and show button at the left sight, after click this button it show another tab ?. Thanks in advances. -- You received