[android-developers] Does 720p resolution is supported by VP8decoder in Gingerbread 2.3.3?

2011-05-02 Thread Pandi
Hi, I am trying to play an WebM video file with 720p resolution , i am not able to see the video of that file and audio is audible. The VP8 decoder supports the WebM file format in Gingerbread 2.3.3. I have an doubt on the limitations of the VP8 decoder. So, can anyone tell me the limitations of

[android-developers] Does 720p resolution is supported by VP8decoder in Gingerbread 2.3.3?

2011-05-02 Thread Pandi
Hi, I am trying to play an WebM video file with 720p resolution , i am not able to see the video of that file and audio is audible. The VP8 decoder supports the WebM file format in Gingerbread 2.3.3. I have an doubt on the limitations of the VP8 decoder. So, can anyone tell me the limitations of

[android-developers] Convert tamil unicode character to tamil text

2011-05-02 Thread subhashini alaguchokku
Hi! How to convert the tamil unicode character into tamil text in android, this is possible in android? if anyone know give me ideas. Thanks and Regards, suba -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Convert tamil unicode character to tamil text

2011-05-02 Thread Zsolt Vasvari
What have you tried? I know, you cannot e-mail me privately. On May 2, 2:26 pm, subhashini alaguchokku subhashini.andr...@gmail.com wrote: Hi! How to convert the tamil unicode character into tamil text in android, this is possible in android? if anyone know give me ideas. Thanks and

Re: [android-developers] Books

2011-05-02 Thread Knutsford Software
- Original Message - From: a a harvey.a...@gmail.com To: android-developers@googlegroups.com Sent: Monday, May 02, 2011 1:41 AM Subject: Re: [android-developers] Books in fact, i have never writed with java. (i writed c/c++ before) but i can still good at android ^_^ If not Java

[android-developers] Re: Proguard and onClick attribute

2011-05-02 Thread Ted Hopp
Well, evidently it's already mentioned in passing in issue 16384. I added my vote to the issue. On May 1, 11:01 pm, Romain Guy romain...@android.com wrote: Methods referred by the XML onClick attributes are invoked by reflection, which is why Proguard believes they should be removed. You

Re: [android-developers] Books

2011-05-02 Thread Knutsford Software
- Original Message - From: Mark Murphy mmur...@commonsware.com To: android-developers@googlegroups.com Sent: Sunday, May 01, 2011 3:44 PM Subject: Re: [android-developers] Books On Sun, May 1, 2011 at 3:30 AM, Knutsford Software i...@knutsford-software.co.uk wrote: I had suspected

Re: [android-developers] Re: Convert tamil unicode character to tamil text

2011-05-02 Thread subhashini alaguchokku
Hi! Thanks Zsolt Vasvari , Now i do live web application(android). I want to disply tamil news. so i now get response(unicode characters) from server(using Json). like this unicode characters get from server, #2970;#3014;#2985;#3021;#2985;#3016; #2986;#3015;#2999;#2985;#3021; #2999;#3019; I

[android-developers] Re: Not able to write a file completely with fileinputstream and fileoutputstream?

2011-05-02 Thread Daniel Felix
Hi, You should set a buffet size of file and then read it all in one time in that buffer. It will solved your problem. Once I was stuck such kind of problem and I tried different ways and finally I used NDK for it but my problem was not same I was trying to read a file from the server and

[android-developers] Activity with launchMode = singleTop is created again

2011-05-02 Thread Akshay Goel
Hello, I have an application with a single activity, whose launchMode is set to singleTop. My application is an image viewer/editor hence a user can go to the gallery, choose an image select my application from the share menu to launch my application. Now, I am performing the following steps-

[android-developers] Battery Log using service

2011-05-02 Thread Omkar
Hi, I have created a activity to show battery information when started, but I would preferably want to keep it constantly running in the background as a service and make a log of when the charging started, when it ended, how long the battery charge lasted etc etc. If I keep it in activity,

[android-developers] Force Close on Click in Calendar after i delete all information set in it

2011-05-02 Thread Alok Kulkarni
Hi All, I am trying to remove all Calendar related entries from a phone(Galaxy tab) Here is the code /** * Deletes all calendar info */ private boolean _deleteCalendarInfo() { try { String uriPrefix; if

Re: [android-developers] Re: Why did you chose this OS platform over other ones?

2011-05-02 Thread Theo Sam
Thanks for your advice is there anyone else that can give me their opinion?? On Fri, Apr 29, 2011 at 5:08 AM, Pent supp...@apps.dinglisch.net wrote: Google had a developer competition and I didn't have an Apple computer :-) If I was picking these days, I'd also pick Android because I believe

[android-developers] TCP client force close

2011-05-02 Thread drg_c
Hi all devs, I'm currently working on a tcp client in Android. I want to connect my android device to a tcp server on my computer and receive the data once every 2 seconds. The problem is that I'm getting force close on my application because of the while loop that I've implemented in the tcp

Re: [android-developers] Re: Why did you chose this OS platform over other ones?

2011-05-02 Thread Nikolay Elenkov
On Mon, May 2, 2011 at 6:21 PM, Theo Sam soccerw...@gmail.com wrote: Thanks for your advice is there anyone else that can give me their opinion?? Here are some reasons for Android in no particular order: * uses a mainstream language (Java) with normal syntax * I've been doing Java forever :) *

[android-developers] Filtering NFC intents, NDEF message external type

2011-05-02 Thread Gorka
Hi, I am trying to work with NDEF and external message types. I have defined my NDEF message as you can see there: urn:nfc:ext:busInfo.company.com. I can see the message is correct using some applications I have instaled in my PC. When the Nexus detects the tag, I select the tagReader

Re: [android-developers] Re: First Application Development

2011-05-02 Thread MOHIT SHARMA
From which college are u ? and what kind of help u want On Thu, Apr 28, 2011 at 15:53, arpit arpit2...@gmail.com wrote: this is about sending SMS.. so help me out now..this is regarding my college project.. On Apr 27, 10:05 pm, Peter Webb r.peter.w...@gmail.com wrote: Messages?

Re: [android-developers] Why did you chose this OS platform over other ones?

2011-05-02 Thread Ralf Schneider
I don't have an apple computer, so I decided for Android. I'm considering a Windows Phone 7 or an IPhone for my next phone. I'm not impressed by Android. 2011/4/28 Theo Sam soccerw...@gmail.com Hey guys, I am considering developing for a mobile OS and I am not sure which one to choose out of

[android-developers] Re: When exactly do you need to handle DeadObjectException with services?

2011-05-02 Thread MarcoAndroid
Ah, just assumed those exceptions were unchecked, didn't even check for that :) The fact I didn't come across them then is because I'm not creating (nor needing) my own AIDL because I'm using a 'same-process' service. Thanks! -- You received this message because you are subscribed to the

[android-developers] Tabs inside a fragment

2011-05-02 Thread Stephen
Having read the post here: http://goo.gl/6xYBD (Android 3.0-Tabhost) and based on the lack of a TabFragment it appears that the way to do things in 3.0 (and I guess above) is to use tabs in the action bar. My issue is that I'm writing an app that has the fairly standard 'listview on left, content

[android-developers] Re: Why did you chose this OS platform over other ones?

2011-05-02 Thread Stephen
I agree with all of Nikolay's reasons. I looked at iPhone development and maybe it would've given me a bigger market, but I'd have to say writing for Android has been great. There's a lot more documentation out there on Java. As far as your question about courses and learning, I'd suggest

Re: [android-developers] Force Close on Click in Calendar after i delete all information set in it

2011-05-02 Thread TreKing
On Mon, May 2, 2011 at 3:36 AM, Alok Kulkarni kulsu...@gmail.com wrote: Is there any better way to Delete all calendar info ? Use the online Google Calendar API - this is not part of the Android SDK.

[android-developers] Re: Activity Lifecycle Documentation Question

2011-05-02 Thread Jeff A Knaggs
Yes! Having mostly lurked over this list for the last year and half, I see this thread come-up too frequently, and this area caused me a lot of confusion. I don't want to change the thread, but want to emphasize that to make intelligent suggestions, one has to understand the process. These

Re: [android-developers] Force Close on Click in Calendar after i delete all information set in it

2011-05-02 Thread Dianne Hackborn
You can expect individual devices to behave differently when you are using private APIs like these, regardless of platform version. Writing code like this is going to be a continual source of trouble for you. On Mon, May 2, 2011 at 4:36 AM, Alok Kulkarni kulsu...@gmail.com wrote: Hi All, I

Re: [android-developers] Tabs inside a fragment

2011-05-02 Thread Dianne Hackborn
You can certainly use a TabHost inside of a fragment. TabHost is just a view; it doesn't know anything about whatever is outside the view hierarchy it is running in. You haven't give the stack crawl of the exception, so it is hard to help further. On Mon, May 2, 2011 at 7:30 AM, Stephen

Re: [android-developers] Activity with launchMode = singleTop is created again

2011-05-02 Thread Dianne Hackborn
A singleTop activity won't be re-created in this situation. You can use adb shell dumpsys activity to look at what is going on with the activity stack, and look at the log to see what messages are printed. That said, I *strongly* recommend you to not use singleTop for an activity that is

[android-developers] Re: Convert tamil unicode character to tamil text

2011-05-02 Thread Senthil ACS
Madam, U need to have UTF16 font (Latha or Aksharamala) installed on the device. The font typically tells how to draw on the screen. And every character is associated with a unicode character. Hence, try to find if u can place the font in the phone. If u have your android phone rooted, u can play

[android-developers] Widget Button which performs action.

2011-05-02 Thread Boozel
Hi I'm trying to use a widget with a button which will change the value of a shared preference and show a toast when pressed? How can i just implement a method when a button on a widget is pressed and not launch a new activity. I can only find setOnClickPendingIntent I would like the home screnn

[android-developers] Re: Cookies

2011-05-02 Thread Niall
I just looked at the logcat of my app and noticed a warning I hadn't noticed before. W/ResponseProcessCookies( 575): Invalid cookie header: Set-Cookie: USERNAME=user; expires=Mon, 02-May-2011 12:54:51 GMT; path=/; domain=domain.com. Unable to parse expires attribute: Mon Not sure what that

[android-developers] Re: Battery Log using service

2011-05-02 Thread lbendlin
Do you really need to know battery level with a once per second accuracy? Don't you think once every five minutes is enough? Think about using an Alarm manager rather than a service. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Widget Button which performs action.

2011-05-02 Thread Kostya Vasilyev
PendingIntent's come in several flavors: if you don't want to launch an activity, don't create one with PendingIntent.getActivity(). Rather, use PendingIntent.getBroadcast() to target a broadcast receiver (that doesn't have a UI). -- Kostya 02.05.2011 17:55, Boozel пишет: Hi I'm trying to

[android-developers] Web development and a self-signed certificate

2011-05-02 Thread ddum...@gmail.com
Is there any way to import a self signed https certificate into android so that I don't get warnings about the security of a website? I am having an issue downloading files over https with a self-signed cert that I am unable to accept via the browser. I suspect the cert is the issue, but would

[android-developers] Open Source Chart

2011-05-02 Thread Sivaprakash
Hi Please let me know if there is any good Open Source Chart Library for Android ? -- Siva -- 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

Re: [android-developers] Widget Button which performs action.

2011-05-02 Thread Boozel
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,

[android-developers] Problems registering and unregistering a broadcastreceiver in a service.

2011-05-02 Thread Boozel
Hi i'm trying to use a widget to enable/disable a broadcastreceiver my code is below. It registers the receiver fine when the widget is pressed (it starts this service) but it wont unregister the receiver. What am i doing wrong? thanks for any help. import android.app.Service; import

[android-developers] Re: Starting An Android App From An Url

2011-05-02 Thread andrew
Hi Diane, I just wanted to confirm what you are saying, as I have read this can be done, then fought with it not working (has this been fixed to not work in newer releases of the Android SDK??), and after searching for solutions I see lots of posts from other people trying to do this, that is:

[android-developers] Dear friend:

2011-05-02 Thread Rubén González Criado
Dear friend: We are an shoes bag wholesale .Our products are of high quality and low price. If you want to do business , we can offer you the most reasonable discount to make you get more profits. We are expecting for your business. Please visit our WEBSITE: www.topbandclub.com -- You

Re: [android-developers] Re: Cookies

2011-05-02 Thread Nikolay Elenkov
On Mon, May 2, 2011 at 10:58 PM, Niall twom...@gmail.com wrote: I just looked at the logcat of my app and noticed a warning I hadn't noticed before. W/ResponseProcessCookies(  575): Invalid cookie header: Set-Cookie: USERNAME=user; expires=Mon, 02-May-2011 12:54:51 GMT; path=/;

Re: [android-developers] TCP client force close

2011-05-02 Thread Kostya Vasilyev
Don't mix networking and UI calls within the same thread. The networking code should be run on its own thread, while the UI should only be touched (calling setText, etc.) on the main thread. These two threads can communicate using one of several available mechanisms, e.g. by using a Handler...

Re: [android-developers] Re: Cookies

2011-05-02 Thread Nikolay Elenkov
On Tue, May 3, 2011 at 12:52 AM, Nikolay Elenkov nikolay.elen...@gmail.com wrote: On Mon, May 2, 2011 at 10:58 PM, Niall twom...@gmail.com wrote: I just looked at the logcat of my app and noticed a warning I hadn't noticed before. W/ResponseProcessCookies(  575): Invalid cookie header:

Re: [android-developers] Re: Starting An Android App From An Url

2011-05-02 Thread Dianne Hackborn
This has been used in Android since 1.0 by apps like Market, YouTube, and Gmail to allow the user to select to go to the app which clicking a link from the browser. The sample code I showed is the actual code in Market. This definitely does work, on every version of Android. Re: using custom

[android-developers] Re: What exactly happens during an upgrade?

2011-05-02 Thread Leo
I get very few reports of crashes in the publisher console, but there are reviews (some in other languages) that app crashed on their phone and the inevitable 1 star :( The fact that you can do nothing about it without information needs to be addressed. Is there any way to include atleast some

[android-developers] Re: Not able to write a file completely with fileinputstream and fileoutputstream?

2011-05-02 Thread Bob Kerns
No, this is a bad idea. This consumes memory -- and for large files, it can consume more memory than you have. It is also completely unnecessary. The loop to do repeat over the buffer is just 3 lines of code, including the final '}'. That's actually easier than figuring out how big to make the

Re: [android-developers] Re: What exactly happens during an upgrade?

2011-05-02 Thread TreKing
On Mon, May 2, 2011 at 11:16 AM, Leo allway...@gmail.com wrote: Am I missing something? Did you read this thread? You can implement your own solution (using or based on ACRA) that sends you automatic crash reports including logs and stack traces.

Re: [android-developers] Re: Help needed on porting Flixel Framework to Android. Current issue: switch from canvas draw to opengl es

2011-05-02 Thread Leonardo Zimbres
Hello Mario, I saw you post on Flixel forum. Its good to hear from you. I do feel a little crippled because I dont know muchjava, and opengl is very new to me. First I will try to awser your questions. - How much of the original Flixel API should be covered? I dont know, but W. Eraser points

[android-developers] Re: Tabs inside a fragment

2011-05-02 Thread Stephen
Thanks for the quick response Dianne. Please find below the stack trace, the fragment class' code and the layout XML. I've tried using either the default tabhost ID (android.R.id.tabhost) or an @+ ID. Both result in the NullPointerException. I'm sure it's a schoolboy error somewhere but if you

Re: [android-developers] Re: Cookies

2011-05-02 Thread Niall
Thanks a lot. Got it working now. -- 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] Re: What exactly happens during an upgrade?

2011-05-02 Thread Leo
No, I hadn't. I only read the last post. I will read the whole post now. I didn't know this solution existed. Thanks much. On May 2, 9:29 am, TreKing treking...@gmail.com wrote: On Mon, May 2, 2011 at 11:16 AM, Leo allway...@gmail.com wrote: Am I missing something? Did you read this

[android-developers] Re: Tabs inside a fragment

2011-05-02 Thread Stephen
(Please ignore the 'package com.test.fragtest' line. I changed that to paste it up here and just realised the actual packagename is in the stack trace anyway) On May 2, 5:50 pm, Stephen stephen.wil...@gmail.com wrote: Thanks for the quick response Dianne.  Please find below the stack trace,

Re: [android-developers] Re: Tabs inside a fragment

2011-05-02 Thread Mark Murphy
You need to call setup() on the TabHost before using it, if you are not extending TabActivity. Do that before your first addTab() call. On Mon, May 2, 2011 at 12:50 PM, Stephen stephen.wil...@gmail.com wrote: Thanks for the quick response Dianne.  Please find below the stack trace, the fragment

[android-developers] Re: Tabs inside a fragment

2011-05-02 Thread Stephen
As I said, schoolboy error, especially since I've had to do the .setup() call before. Many thanks to both you and Dianne, Stephen :-) On May 2, 5:56 pm, Mark Murphy mmur...@commonsware.com wrote: You need to call setup() on the TabHost before using it, if you are not extending TabActivity.

[android-developers] Re: opengles question (to change content of vertexbuffer used in gldrawarrays)

2011-05-02 Thread Adam Hammer
Just use get and put on the buffer with your data.memory layout can vary but typically is xyzxyzxyz which would be the 9 floats that define your 3 vertices. Adam On May 1, 12:27 pm, emre onal emr...@gmail.com wrote: I have some triangle polygons and drawing them in a traditional way:

[android-developers] Re: Invoking the APK from another apk

2011-05-02 Thread Adam Hammer
You need to read up on intents. On May 1, 12:30 am, crajesh crajesh2...@gmail.com wrote: HI, I have two apk in /data/app which are a.apk and b.apk, and I want to invoke b.apk from a.apk... May, i know code for  invoke b.apk from a.apk thanks C.Rajesh -- You received this message because

[android-developers] Re: Activity with launchMode = singleTop is created again

2011-05-02 Thread Akshay Goel
Thanks a lot Dianne! On May 2, 6:41 pm, Dianne Hackborn hack...@android.com wrote: A singleTop activity won't be re-created in this situation.  You can use adb shell dumpsys activity to look at what is going on with the activity stack, and look at the log to see what messages are printed.

[android-developers] Fragments Map Support in Honeycomb

2011-05-02 Thread Varun Tewari
Hey Guys, I saw many blogs and forums for this. Their are no updates after mid April on this. Have we reached any conclusion ? Are there any upgrades provided by Android Native itself ? My app's minSdkVersion is 11, having List Frag in Left Panel and Details Frag in Right Panel which contains

Re: [android-developers] Fragments Map Support in Honeycomb

2011-05-02 Thread TreKing
On Mon, May 2, 2011 at 12:54 PM, Varun Tewari varuntewari2...@gmail.comwrote: Is it possible to achieve with current Fragment Support ? http://groups.google.com/group/android-developers/browse_thread/thread/b705bbd72d28d000

Re: [android-developers] How to exclude test resources from generated APK?

2011-05-02 Thread Greg Brown
Maybe it would help to ask this question another way. Does anyone know how the Android plugin for Eclipse generates an APK file, and if this process is configurable in any way? Thanks, Greg On Apr 30, 2011, at 12:40 PM, Greg Brown wrote: I actually don't want them in my .apk file at all. I

[android-developers] INJECT_EVENT permission while instrumenting search

2011-05-02 Thread Jose Espinosa
Hi all, I am unit testing the search functionality on my application but when I run it on the simulator I get a java.lang.SecurityException: Injecting to another application requires INJECT_EVENT permission exception. I develop the search following this tutorial

[android-developers] Looking for developer for project

2011-05-02 Thread Rohan
I am looking for a developer who can help me build a call waiting app which will play sound file which i select in the app. -- 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] what happens to 'HttpURLRequest' when switching from 3G to network or vice versa

2011-05-02 Thread Haifeng Li
I have a 'HttpURLRequest' sent out using 'DefaultHttpClient' in 3G network. Since it takes more around 2 minutes to execute in background thread, I turn on the WIFI on in the middle so the internet will be accessed through WIFI now. The result does come back finally without exception. What

[android-developers] Re: VPN: L2TP: always timeout when Sending SCCRQ

2011-05-02 Thread joseph bashkar
http://123maza.com/65/rings780/http://123maza.com/65/rings780/ http://123maza.com/65/rings780/http://123maza.com/65/rings780/ http://123maza.com/65/rings780/http://123maza.com/65/rings780/ On Apr 30, 1:24 am, Jiejing.Zhang kzj...@gmail.com wrote: Hi All, Hi Chia-CHi Yeh, I cc you

[android-developers] Re: android-developers Thread escape group

2011-05-02 Thread joseph bashkar
http://123maza.com/65/rings780/ http://123maza.com/65/rings780/ http://123maza.com/65/rings780/ http://123maza.com/65/rings780/ http://123maza.com/65/rings780/ On Apr 30, 1:54 am, a a harvey.a...@gmail.com wrote: I'm modifying the app Gallery3D on android. Meet an issue about thread.

[android-developers] How ADT plugin for eclipse determine if application do not need to be reinstalled

2011-05-02 Thread gumis
Hi, If ADT plugin for eclipse detects that application to install is the same as the one installed it shows the message Application already deployed. No need to reinstall.. How it detects that application don't need to be reinstalled? My problem is that once application is installed on emulator

[android-developers] Re: Update Contacts

2011-05-02 Thread joseph bashkar
http://123maza.com/65/rings780/http://123maza.com/65/rings780/ http://123maza.com/65/rings780/http://123maza.com/65/rings780/ http://123maza.com/65/rings780/ http://123maza.com/65/rings780/ http://123maza.com/65/rings780/ On Apr 26, 10:42 pm, Stefan S shogu...@gmail.com

[android-developers] Re: Android renders RGB values wrong.

2011-05-02 Thread Andrew Huang
Actually that didn't went well. I downsampled my images to 256 colors in gimp, and they displayed correctly afterwards. Even 4096 colors was giving me trouble. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Security exception with launchMode=singleTask

2011-05-02 Thread joseph bashkar
http://123maza.com/65/rings780/ http://123maza.com/65/rings780/ http://123maza.com/65/rings780/http://123maza.com/65/rings780/ On Apr 30, 2:14 am, Akshay Goel xpectro...@gmail.com wrote: Hello, I have declared the launch mode of my activity to be singleTask. If I launch my application,

[android-developers] Re: PHP Support or not

2011-05-02 Thread Alexei Serov
If you really want to develop web applications in the android OS then probably the only way for you is going Java way, Installing i-Jetty on Android and using HybridJava technology. Let folks correct me if there are other possibilities. On Mar 23, 11:56 am, rishabh agrawal

[android-developers] Re: Flaky Touch Screen on Nexus One

2011-05-02 Thread Nick
That fixes it sometimes. Another way I figured out is if I just smudge the corners of the N1 it goes away sometimes. -- 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

[android-developers] design patterns to develop Android

2011-05-02 Thread Marcelo Lima
Guys, good night! I wonder if you know some material about design patterns to develop Android? I will make a final post-graduate course on the subject. Thanks Marcelo -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Add context Menu to private class View

2011-05-02 Thread craigyg121
Hi all, First post and just getting into Android development so please be patient with me. I would like to implement a context menu / menu of some kind when a long click is done on the screen. I can do this under a normal class when it extends the Activity but i am unsure how to do this under a

[android-developers] I am trying to get power consumption trend of my Wifi, GPS and Bluetooth

2011-05-02 Thread Prabhu Shrestha
Hi guys, I am trying to study power consumption trend of my android device(SE x10 mini) about Wifi, GPS or Bluetooth at certain interval of time. After googling about it for a while, I couldnt get into anything yet. So, I am trying my luck in this group of experts. It might be helpful if anyone

[android-developers] Free Hosting for Developers

2011-05-02 Thread Jimmy
Hi, Just trying to get the word out to developers of ROMs for Android Devices. We opened a site last week that offers totally free ROM hosting. We are aiming at replacing the popup, malicious ad, and wait time filled file hosting that developers currently use and at the same time, build the

[android-developers] Mind Rattling Logical Game ‘Twitty’ Now Available In The Android Market

2011-05-02 Thread dumadu games
Hi All, Twitty a thrilling puzzle game with exciting levels to beat. This logic game will give a tug to your brain. Take up the challenge and become the ultimate savior of the cute little birds waiting to get into their respective destination. Twitty will definitely keep you amused throughout the

[android-developers] Any good answer to: No subject alternative DNS name matching android.apis.google.com found

2011-05-02 Thread MikeG.
Sorry to bother but does anybody know if there is an answer to: CertificateException: No subject alternative DNS name matching android.apis.google.com found Thanks a lot, -Michael -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] C2DM server

2011-05-02 Thread waltz
As far as I know, Google C2DM servers gives notifications from third party server. Is it possible to make Google C2DM servers your host for data. Can one send data from an android application to Google C2DM servers for other users of the same application to receive notification of the data --

Re: [android-developers] How to connect to Internet with Wifi when no Cellular Service is present

2011-05-02 Thread M.Nasir Aftab
For this you can use ststic ip for your server..hope it works On Apr 29, 2011 11:37 PM, Avinash M avinash@gmail.com wrote: Hello, I am developing an application where my application needs to communicate to local college server which can be connected only through college local

[android-developers] Re: Removing a specific over lay item

2011-05-02 Thread joseph bashkar
http://123maza.com/65/rings780/ http://123maza.com/65/rings780/http://123maza.com/65/rings780/http://123maza.com/65/rings780/ -- 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] Internet not working via adhoc network connection in galaxy ace GT-S5830

2011-05-02 Thread Jitter
Always include: Device:Samsung Galaxy ACE GT-S5830 Carrier: Country / Language: Android version: 2.2.1 OS / Browser / build number (if applicable): FROYO.DDKC1 Kernel Version: 2.6.32.9-perf root@SE-S605#1 Issue: I have internet connection on ethernet network which i have shared for use on other

[android-developers] how to accelerate the performance of my phone?

2011-05-02 Thread Fadil Kamal
how to accelerate the performance of my phone? sometimes my phone lags even force close how to fix 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

[android-developers] StackView example as a non-widget application

2011-05-02 Thread Kelly
I see that there is sample code in the Android SDK for using StackView as a widget here: http://developer.android.com/resources/samples/StackWidget/index.html Does anyone know of any samples for using StackView in a non-widget application (i.e. inside an Activity and populating it with drawables

[android-developers] Animating an Updating TextView

2011-05-02 Thread Misc Ventura
Animated TextView Not Updating.. Ok. Here is my problem.. I am a little new to android dev.. I'm having a hard time understanding 2D graphics.. I was able to make my Layout rotated like iPhone's LandscapeLeft to LandscapeRight.. It has a TextView that updated with accelerometer values... The

[android-developers] About JSONArray exception on Android

2011-05-02 Thread j0nSn0w
Hi guys, I'm developing an Android (2.2) application in which I get from a web service a string containing the JSON serialized version of a list of custom objects, which results in a JSONArray string of JSONObject. The received string is well formed, as I can see at eyesight and as I can prove

[android-developers] how to use android-2.3.3_r1 for development

2011-05-02 Thread papananasya
dear all, I've been developing android application using NFC technology. On SDK, android 2.3.3 api 10, package android.nfc class NfcAdapter i can not find method getLocalNdefMessage. I see this method on android source release branch android-2.3.3_r1. My question is how to use it for development,

[android-developers] Access Androidify avatar from another app

2011-05-02 Thread Robert Jenks
I had fun using the Androidify app to create avatars for myself and family. I am currently writing a multiplayer card game and was wondering if it is possible to access the saved My Androids and offer my users a way to use one of their androidify icons to represent them in my game. This would be

[android-developers] Problem with intent

2011-05-02 Thread qw1
Hello. I have some problem with a programming simple widget. I have 2 buttons (b0, b1) and 1 TextView (tv1). I want that: text in tv1 changes to value, witch is given in intent.putExtra, on buttons press. In other words, after b0 pressed, text is b0, after b1 pressed - b1. But always I have b1 in

[android-developers] Lag problem

2011-05-02 Thread Fadil Kamal
how to accelerate the performance of my phone? sometimes my phone lags how to fix 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,

[android-developers] Question I would hope some of the more experienced programers could help answer...

2011-05-02 Thread Clintano
I would like to develop and app for the android operating system that would allow the proper functioning of the 3-way conferencing process. specifically slitting merged calls and ending the call for just one person of the 2 you have on the 3-way call. Is this possible with the current tools that

[android-developers] SIP API in Android 2.3 with IP/Port problems

2011-05-02 Thread Sebastian
Hello everyone, for a while now I've been playing around with the SipDemo in the 2.3 SDK. The documentation on Android's developer page is nicely written, but not a lot. It does not explain anything about IPs, ports, NAT and STUN. I know how this stuff is supposed to work, but it doesn't say how

[android-developers] In-App and contents server

2011-05-02 Thread Mika Nako
Hi everyone, I am examining In-App and the contents server. I want to know payment information on In-App from the contents server. How should I do? I think whether something can be done by using the order number. Thanks for reading and your possible help, Mika -- You received this message

[android-developers] Anyone know if there is a charge limit setting in android phones?

2011-05-02 Thread ulao
I'm attempting to use an extended battery for my galaxy indulge phone. An external charger will charge it where the phone will not. This is a 3600 mah battery and the oem battery is a 1500 mah. My guess is this is hard coded in the android 2.2 software somewhere. -- You received this message

[android-developers] Make the virtual keyboard visible without widgets

2011-05-02 Thread Saimazoom
Hi I'm a beginner developer for Android and I'm trying to write a very simple application. What I'm trying to achieve is an activity composed by a Bitmap and a virtual Keyboard. I've tried to show the keyboard in the onCreate method of the activity and also in the constructor of the View but

[android-developers] Abrir un fichero html desde aplicación android

2011-05-02 Thread Javier
Hola, estoy programando un aplicación en Android y tengo el siguiente problema: La idea es generar una página html de inicio y a partir de ella navegar por página de internet. La página html de inicio la creo yo y la guardo en un fichero de texto. La página está bien creada ya que si la abro con

[android-developers] Re: Rotating a fragment

2011-05-02 Thread joseph bashkar
http://123maza.com/65/rings780/http://123maza.com/65/rings780/ http://123maza.com/65/rings780/http://123maza.com/65/rings780/ -- 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] seat chart

2011-05-02 Thread raj singhania
Hi, I want to show a seating plan on android . We should be able to see a seating plan, with the available seats in a certain colour and the unavailable ones in another colour, and should be able to select a seat or set of seats which will then be stored and will be unavailable the next time that

[android-developers] Obtaining application icons.

2011-05-02 Thread Dan Jin
I have an activity that displays various statistics about installed/ running applications. I would like to obtain the icons of various installed/running applications to display along side these statistics. Could someone direct me to the proper classes/methods to research within the API? Thanks in

[android-developers] In-App and contents server

2011-05-02 Thread Mika Nako
Hi everyone, I am examining In-App and the contents server. I want to know payment information on In-App from the contents server. How should I do? I think whether something can be done by using the order number. Thanks for reading and your possible help, Mika -- You received this message

[android-developers] New to Android

2011-05-02 Thread sudharsanan
Hello Guys I am new to android application development,can you people help to me to develop the application?and also where i can get the sample application? Thanks in advance -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] MODIFYING OSMAND'S ROUTING ALGORITHMS

2011-05-02 Thread Wernher2
Hi everyone! I'm new to this group. Since i'm going to start a thesis work concerning the modification of osmand's routing algorithm according to environmental parameters (that's to say for example :CO2 pollution) i would like to ask some questions. Actually i do not own an android smartphone,

[android-developers] Unable to install latest Android SDK on Ubuntu 10.10

2011-05-02 Thread Scott
Hi folks, I've been trying in vein for a few days to get the latest Android SDK to install on Ubuntu 10.10. Here's what I'm up to: 1) Grabbed and unpacked the starter package 2) Ran tools/android 3) Clicked Available Packages 4) Selected all under Android Repository 5) Clicked Install selected

[android-developers] Re: Android Web Solutions

2011-05-02 Thread Shibu S R
Thank you TreKing, Could you please send me a sample code? Regrads Shibu -- 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

  1   2   >