[android-developers] custom gtalk app using XMPP

2011-12-19 Thread androidgeek
Hi, I am designing a custom gtalk app for tablet with list on online friends on the left and the following on the right. when i click on a friend on the listview of online friends on the left it shows in expandable type view (like gtalk app on windows). when multiple friends are clicked they all

[android-developers] SMPP over android

2011-11-04 Thread androidgeek
Can I implement SMPP (Simple message peer-to-peer) over android. If yes, How ? Looking for an early reply Regards, AndroidGeek -- 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

[android-developers] how to put authentication in my app using google credentials

2011-10-31 Thread androidgeek
I want to put authentication in my app which i want to do using google credentials. But i have to do that after taking username and password in a login screen. I am not being able to add an account explicitly but i am able to generate a token for the account already present in account manager.

[android-developers] Google Analytics

2011-10-19 Thread androidgeek
i have made a site on sites.google.com want to test how google analytics can help me count visits. please help me with code that can let me test analytics. -- 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] Problem in tracking page count using google Analytics

2011-10-19 Thread androidgeek
Hi All, I am trying to make one application in which I want to track application visit and events count. I had followed as mentioned in the http://code.google.com/mobile/analytics/docs/android/ but I am not able to see the visit count. It is coming as zero. Please help me in this. Thanks Anurag

[android-developers] conditional build

2010-02-04 Thread AndroidGeek
Hey, I am working on building an android reusable library for developer. I had a third party jar file may or may not build in to my project. I want to create build system to build two version of my jar files: one with third-party jar and one without. And also I have a wrap class to reference the

[android-developers] add tab cause exception

2009-02-09 Thread AndroidGeek
Hey, I tried to add composite control to tabHost, I followed android example Tab3.java to do that. I created a new activity with listview, textview as following: ?xml version=1.0 encoding=utf-8? ScrollView xmlns:android=http://schemas.android.com/apk/res/android; android:orientation=vertical

[android-developers] Re: add tab cause exception

2009-02-09 Thread AndroidGeek
And also found in my control java file override onCreate(Bundle saveInstanceState) method, super.onCreate(savedInstanceState) cause error, because saveInstanceState = null; Thanks On Feb 9, 11:57 am, AndroidGeek binli...@gmail.com wrote: Hey, I tried to add composite control to tabHost, I

[android-developers] Help on create database

2009-02-04 Thread AndroidGeek
Hey, I want to create a sqlite database with more than 2 tables. I tried to create a loop to run sql in SqliteOpenHelper: onCreate method. Exception raised, and not table generated in db. I also try to create table statements separated by ;, only first table is created. Please help me how to

[android-developers] Re: Help on create database

2009-02-04 Thread AndroidGeek
manually using adb, cd /data/data/ package/databases/, sqlite3 db-name. What about 2 separate statements for the 2 tables? Try running them separately instead of a single string separating the 2nd create statement by a ;. On Feb 4, 5:53 pm, AndroidGeek binli...@gmail.com wrote: Hey, I want

[android-developers] How to make my activity on top of system message.

2008-12-07 Thread AndroidGeek
Hi, I am trying to start my application when a call is received and show it on top of system message (showing phone number on the screen). How can I suppress system screen and bring my activity on top of it? Is there any way to do this Regards, Tabrej

[android-developers] Re: Play Video Files in Android

2008-12-07 Thread AndroidGeek
public void onCreate(Bundle icicle) { super.onCreate(icicle); getWindow().setFormat(PixelFormat.TRANSLUCENT); videoHolder = new VideoView(this); videoHolder.setMediaController(new MediaController(this));

[android-developers] Re: Play Video Files in Android

2008-12-07 Thread AndroidGeek
Forgot to mention that I tried it on emulator but it didn't helped but on device it works fine. I had to push my video file to sdcard. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: hello

2008-12-04 Thread AndroidGeek
Or just select any one of them No Email or Unsubscribe from Edit my membership screen. ;) --~--~-~--~~~---~--~~ 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] Re: How do i get a transparent background for icons/shortcuts?

2008-12-04 Thread AndroidGeek
I think Adobe Photoshop will help... as you are graphic designer you can create a icons Also I have experienced that many a times the bit depth causes problem try different icons with different bit depth. Hope it helps. --~--~-~--~~~---~--~~ You received this

[android-developers] Re: Need Help animating Text

2008-11-29 Thread AndroidGeek
Hi Matt, You mean you want a ticker something like ticker used in stock exchanges (One directional). Or a ticker which scrolls left or right when the text ends both end respectively I am a J2ME professional and I have the logic how to achieve it in a canvas where I have all the information

[android-developers] Re: Are there any requirements for game applications.

2008-11-29 Thread AndroidGeek
Hi, I am J2ME game and app. developer. Following are my views about your queries. -- Violence/Mature Content: I don't think splash it is a mandatory... But yeah... it depends on the service provider's choice like ATT never keeps any game showing nudity or any violence specially blood etc. --