[android-developers] Re: Help needed on BUtton CLick

2011-09-05 Thread sam
Hi Michael , i was able to create two screen using Intent but i'm having a problem I have Screen1,Screen2,Screen3 In Screen1 i have two button, were clicking the button1 will take to the second screen and clicking the button2 will take to the third screen. When i click on the first button it

Re: [android-developers] Re: use listview get web data

2011-09-05 Thread Ratheesh Valamchuzhy
the value of String result = new String(buf); is a single string value or a set of values ? -- 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

[android-developers] Multi Screen help needed !!!

2011-09-05 Thread sam
Hi Guys , I'm new to android development i got stuck at one problem and dono wat how to fix it The problem i'm facing is that I have Screen1,Screen2,Screen3 In Screen1 i have two button, were clicking the button1 will take to the second screen and clicking the button2 will take to the third

Re: [android-developers] Dianne, when is the SoundPool going to get fixed?

2011-09-05 Thread Dianne Hackborn
I am an engineer on the core Android frameworks (android.app, android.view, android.widget, etc) and am on this list to answer questions that I can for people in these areas. On Sun, Sep 4, 2011 at 1:14 AM, Christopher Van Kirk christopher.vank...@gmail.com wrote: Sorry Dianne. I thought you

[android-developers] regarding image conversion

2011-09-05 Thread nageswara rao rajana
Hi, I developed an application on API level-7. My problem is i want to send an image from sd card to web service (.NET). So can any one please help me with sample code. Thanking you, Nagu. -- You received this message because you are subscribed to the Google Groups Android Developers

Re: [android-developers] Re: Help needed on BUtton CLick

2011-09-05 Thread Ratheesh Valamchuzhy
hi SAM public void onClick(View v) { switch(v.getId()) { case R.id.button1: startActivity(new Intent(Screen1.this,Screen2. class)); break; case R.id.button3:

[android-developers] Re: two layner in on PreferenceScreen

2011-09-05 Thread Ellen
TreKing, Thanks for your reply. line 13 was in mygroupview.xml : !-- Item A -- --line 13com.android.mine.ItemPreferenceScreen but when I put it into mainview, there was no such error and all works well. On 9月3日, 下午10时16分, TreKing treking...@gmail.com wrote: On Sat, Sep 3, 2011 at 3:12

[android-developers] Advice Wanted: Common Authentication App for Suite

2011-09-05 Thread Greg D.
Just got done with Hello, Android from Pragmatic and have my first question. My apologies for the newbie-ish-ness. I'm coming from the Windows / C# / .NET world... How would you recommend creating a common authentication / login module for my use in multiple applications? The product that I

[android-developers] Re: How to access Web Service using WSDL,Soap.

2011-09-05 Thread pinku
Hi Abhishek I am getting the error sometghing like 09-05 11:16:46.841: WARN/System.err(2712): org.xmlpull.v1.XmlPullParserException: expected: END_TAG {http:// schemas.xmlsoap.org/soap/envelope/}Body (position:END_TAG /{http:// schemas.xmlsoap.org/soap/envelope/}env:Fault@1:267 in

[android-developers] error generate on application launching time

2011-09-05 Thread R.B Niranjan
hi .i am new for android ,when i run my project in emulator then it succes but when i open that application that i face a error the application generate unexptional error forcily close it please help me -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Nexus Prime, 1280x720 display, huge resolution.

2011-09-05 Thread gjs
Hi, Nexus Prime is still just speculation ? This is not http://recombu.com/news/samsung-galaxy-note-official-gallery-and-specs_M15043.html and has 1280x800. How could 1280x720 possibly be insane unuseful ? I can't wait till we have 1920x1080 and bigger, you just have to get used to making

[android-developers] How to load class files of an application installed on Android platform.

2011-09-05 Thread argonne
Greetings. I have a question about how to extract class files of an application installed on an Android platform. Here is what I want to do. Suppose that an application X is installed on my Android phone. What X does is to read some of class files of X and send the files over the network. Here

[android-developers] CustomInfo cannot resolve to a type problem

2011-09-05 Thread chiew jun hao
Hi everyone, I am relatively new to Android programming. Recently, when I am doing this lab sheet about preserving state information MotoDev studio said that my the type that I am declaring cannot be resolved. Below are some parts of the code: String str; ... public void

Re: [android-developers] JSON android

2011-09-05 Thread Ralph Bergmann | the4thFloor.eu
Am 02.09.11 16:10, schrieb ashish: How to check whether an element is a JSONArray or JSONObject. I wrote the code to check, try this: JSONObject jObject = new JSONObject(); JSONArray jArray = new JSONArray(); Object test = jObject; if (test instanceof JSONObject) { Log.i(test, JSONObject);

[android-developers] Including data with app

2011-09-05 Thread cameronmeek66
I am working on my first Android app and it is almost ready, however I have one item left that I need to take care of. My application needs approximately 2 MB of data. I want to place this data on the SD card where my users will be able to add files to my data if they want to. My issue is deciding

[android-developers] Re: regarding image conversion

2011-09-05 Thread Zsolt Vasvari
There are about 5 steps to do what you want? Woiuld you like sample code to all of them, or just some of them? On Sep 5, 2:47 pm, nageswara rao rajana nagu.raj...@gmail.com wrote: Hi,        I developed an application on API level-7. My problem is i want to send an image from sd card to web

Re: [android-developers] Re: regarding image conversion

2011-09-05 Thread nageswara rao rajana
Please send me all. On Mon, Sep 5, 2011 at 12:26 PM, Zsolt Vasvari zvasv...@gmail.com wrote: There are about 5 steps to do what you want? Woiuld you like sample code to all of them, or just some of them? On Sep 5, 2:47 pm, nageswara rao rajana nagu.raj...@gmail.com wrote: Hi,

[android-developers] Re: Help needed on BUtton CLick

2011-09-05 Thread sam
I got it fixed Ratheesh , i had a mistake in ma manifest file .. Can u please guide me how to set the space between the buttons ??? Regards, Sam On Sep 5, 11:53 am, Ratheesh Valamchuzhy android...@gmail.com wrote: hi SAM public void onClick(View v)        {                switch(v.getId())

Re: [android-developers] Re: Question: Is it possible to get the RAW camera data?

2011-09-05 Thread Appaholics
Thanks everyone but I am not aiming for a TIFF. A TIFF, while close to raw is still very processed by the camera. I am aiming for a direct, absolutely RAW image (or the closest I can get to it without extending the firmware). I know that I would get best results with a proper camera but there is

Re: [android-developers] Android Gallery View Application

2011-09-05 Thread Appaholics
Detect the swipes and the single tap and put in your code to scroll in the respective methods. On Fri, Sep 2, 2011 at 7:20 PM, GMR freemonh...@gmail.com wrote: Hello buddies. I am developing an app like default gallery. though It is not gallery application, but similar to it, The main view

Re: [android-developers] Problem to increase size of table layout runtime

2011-09-05 Thread Appaholics
The very meaning of assigning a fixed value is that you fix it. Leave the height at wrap_content. On Fri, Sep 2, 2011 at 5:32 PM, kalpana chaurasia kc489...@gmail.comwrote: I must need to use table layout. but i want table layout with fixed size when there is no record or two row. after

[android-developers] Re: Question: Is it possible to get the RAW camera data?

2011-09-05 Thread Zsolt Vasvari
A phone is not a DSLR camera, so the likelihood that the sensor data (RAW) is even saved is 0%. Obviously, it exists, but probably at the silicon level is turned into a standard format. On Sep 5, 3:55 pm, Appaholics raghavs...@appaholics.in wrote: Thanks everyone but I am not aiming for a

[android-developers] Re: how can I use php to get android data

2011-09-05 Thread Kavekkb
who can help me~~~ give me some advice:( -- 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: how can I use php to get android data

2011-09-05 Thread Kavekkb
who can help me~~ give me some advice.:( -- 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: How to create a x509 certificate?

2011-09-05 Thread al
You could include e.g. bouncycastle (http://bouncycastle.org/ java.html). By the way, older android versions contain a non-public version of it. On 2 Sep., 02:10, Simon Trigona simon.trig...@gmail.com wrote: Hi, did you find a solution? Thanks, Simon -- You received this message because you

Re: [android-developers] Re: how can I use php to get android data

2011-09-05 Thread Daniel Drozdzewski
On 5 September 2011 09:48, Kavekkb lineageno15ma...@gmail.com wrote: who can help me~~~ give me some advice:( The recipe is easy: You have to learn PHP and Java, then Android and then marry all those skills together. ~ ___m(o . o)m___ -- You received this message because you are

[android-developers] Automatic date tagging feature on capture of snap

2011-09-05 Thread sagar shende
hi, I want to tag a date to snap by which is capture by my camera so plz help me out frm this problem nd give explanation abt dat probelm so i can understand it better way thank u!!! -- You received this message because you are subscribed to the Google Groups Android Developers group.

[android-developers] problem in serial port reading through jni

2011-09-05 Thread kiran nayak
hi all in my android application i need to read data from serialport(ttyUSB0) .I have written native code for that but it fails to read in a long run by emitting the below error pls help me /DEBUG ( 824): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** I/DEBUG ( 824): Build

[android-developers] Re: Nexus Prime, 1280x720 display, huge resolution.

2011-09-05 Thread sblantipodi
I have a 24 display and is a 1920x1200, how a screen of about 4 can be 1920x1200 useful on such a small screen? On Sep 5, 3:28 am, gjs garyjamessi...@gmail.com wrote: Hi, Nexus Prime is still just speculation ? This is

[android-developers] NullPointerException in WindowManagerImpl on Android OS 3.2

2011-09-05 Thread Davis
I got an null pointer exception on Android 3.2 emulator on a simple Android project created by Wizerd with a service in separated process, when I switch between Stretch to fill screen to Zoom to fill screen. This crash will *not* happen if the service is put into the same process with main

[android-developers] stop my app from being updated(auto-update is disabled)

2011-09-05 Thread MS
Consider that user has my app with version 1 and auto update option is disabled/off. I have an upgrade in the market for my app(say version 2). User gets a notification saying, updates available and updates my app. Now based on some requirement I need my app not be be upgraded to version 2. Can

[android-developers] Re: Nexus Prime, 1280x720 display, huge resolution.

2011-09-05 Thread Zsolt Vasvari
1280x720 is useless until Apple makes it, then it becomes Retina+ (tm). On Sep 5, 9:28 am, gjs garyjamessi...@gmail.com wrote: Hi, Nexus Prime is still just speculation ? This is nothttp://recombu.com/news/samsung-galaxy-note-official-gallery-and-spec... and has 1280x800. How could

[android-developers] Re: Just received Lodsys letter...

2011-09-05 Thread Micax
Hi, On Aug 17, 9:38 pm, Katie Smith ka...@grayfinstudios.com wrote: Advice on how to respond -http://fosspatents.blogspot.com/2011/07/cost-efficient-way-for-app-de... Google the author of this blog. Even if you ignore the somewhat shaky reputation that he has in the open source community

Re: [android-developers] problem in serial port reading through jni

2011-09-05 Thread Daniel Drozdzewski
On 5 September 2011 10:56, kiran nayak nieki...@gmail.com wrote: hi all in my android application i need to read data from serialport(ttyUSB0) .I have written native code for that but it fails to read in a long run by emitting the below error pls help me Wrong group. There are groups

[android-developers] How to hold particular web view

2011-09-05 Thread ANKUR GOEL
can anybody tell me how to hold the particular web view . -- 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] How to extract class files from android platform 옵션

2011-09-05 Thread argonne
Greetings. I have a question about how to extract class files of an application installed on an Android platform. Here is what I want to do. Suppose that an application X is installed on my Android phone. What X does is to read some of class files of X and send the files over the network.

Re: [android-developers] Re: Nexus Prime, 1280x720 display, huge resolution.

2011-09-05 Thread Daniel Drozdzewski
On 5 September 2011 08:21, Zsolt Vasvari zvasv...@gmail.com wrote: 1280x720 is useless until Apple makes it, then it becomes Retina+ (tm). Guys, Not sure where are we going with this... Pushing the technological envelope is good. The same way that releasing first 1GHz mobile processor was

Re: [android-developers] how to draw a TextView into a Bitmap (without ever beeing drawn on the display)

2011-09-05 Thread Marco Alexander Schmitz
Hi, thanks a lot for your answer, it's helping a lot. Last but not least I've got some differences on two real devices. First of all the XML: ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=fill_parent

[android-developers] i want to load image from array on expandable group list and child list also

2011-09-05 Thread Naveen
i want to load image from array on expandable group list and child list also package com.halosys; import android.app.Activity; import android.os.Bundle; import android.app.ExpandableListActivity; import android.os.Bundle; import android.widget.SimpleExpandableListAdapter; import

[android-developers] My First Android Geolocation Application

2011-09-05 Thread Abhishek Talwar
Hey guys I have launched my first android application. It is a geolocation application , users login using facebook sdk and in people section will be shown facebook users nearby. In Places section initially latest places are shown in a list and you can also search the places using searchbar which

[android-developers] Open sms app from a link in webview

2011-09-05 Thread dara kok
I receive the following error when click on a link in a webview control which open an sms app on my HTC legend 2.1. My html is like this: a href='sms:##'##/a On emulator, it runs fine. - java.lang.RuntimeException: Unable to start activity

[android-developers] frames in button click event

2011-09-05 Thread mohana priya
I am using tabs in my application.When am clicking the button i need to get the frame in right side of the button.I want to create the frame dynamically.Any one tell me the solution. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: Nexus Prime, 1280x720 display, huge resolution.

2011-09-05 Thread Alessandro Pellizzari
Il Mon, 05 Sep 2011 02:39:16 -0700, sblantipodi ha scritto: I have a 24 display and is a 1920x1200, Me too. how a screen of about 4 can be 1920x1200 useful on such a small screen? You use your 24 display from a 60-90 cm distance. You use your 4-5 smartphone from a 15-30 cm distance. Maybe

Re: [android-developers] My First Android Geolocation Application

2011-09-05 Thread Logesh rajendren
Hi Abishek , i m doing similar kind of project for my final year project . Can u please help me with Map Overlays in googlemaps ? :) On Mon, Sep 5, 2011 at 3:40 AM, Abhishek Talwar r.o.b.i.n.abhis...@gmail.com wrote: Hey guys I have launched my first android application. It is a geolocation

Re: [android-developers] Open sms app from a link in webview

2011-09-05 Thread Munkhbayar G
The messaging app on android depends on the device. I have samsung galasy s with 2.2 and 2.3.3 installed later. It has different sms app. The equvalient activity class is com.sec.mms.ui.writesmsactivity. It is different from actual emulator one with same os version. On Sep 5, 2011 6:43 PM, dara

[android-developers] frame in spinner control

2011-09-05 Thread mohana priya
I am using tabs in my application.When am clicking the spinner i need to get the frame in right side of the spinner .I want to create the frame dynamically.Any one tell me the solution. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Including data with app

2011-09-05 Thread Mark Murphy
n Sun, Sep 4, 2011 at 11:21 PM, cameronmeek66 cameronmee...@gmail.com wrote: Or is it possible to include a data package that will get copied to the SD card but is seperate from the apk? No, sorry, not at this time. At the 2011 Google I|O conference, they cited a bunch of changes to the

Re: [android-developers] stop my app from being updated(auto-update is disabled)

2011-09-05 Thread Mark Murphy
On Mon, Sep 5, 2011 at 3:45 AM, MS ms.jackspar...@gmail.com wrote: Consider that user has my app with version 1 and auto update option is disabled/off. I have an upgrade in the market for my app(say version 2). User gets a notification saying, updates available and updates my app. Now based

Re: [android-developers] My First Android Geolocation Application

2011-09-05 Thread Robin Talwar
I am not integrating map overlays though you could find the exact code in appress EBook beginners guide or may be pro android development. Instead i am calling the browser for following intent http://maps.google.com/maps?f=dsaddr=+fromLat+%20+fromLong+daddr=+ toLat+%20+toLong+hl=en This opens

Re: [android-developers] Create an animation over an Overlay

2011-09-05 Thread Logesh rajendren
Sorry guys , i need help to create overlays . can u help me ? On Sun, Sep 4, 2011 at 1:29 PM, TreKing treking...@gmail.com wrote: On Thu, Sep 1, 2011 at 11:36 PM, Massimo massimo.ca...@gmail.com wrote: It's possible to create an animation over an overlay into a map? Yes, this is probably

[android-developers] Honeycomb (Android 3.2) emulator slow

2011-09-05 Thread Jan Burse
Original Title of Thread was: Honeycomb (Android 3.2) emulator slow And it was then hitchhiked by Christopher Van Kirk, maybe unknowingly, i.e. not mastering his mail tool. Dianne Hackborn schrieb: I am an engineer on the core Android frameworks (android.app, -- You received this message

[android-developers] Enter Sender's number

2011-09-05 Thread GMR
Hi guys! I am currenty an app which sends sms. on my samsung galaxy S, the method sendTextMessage(...) throws a NullPointerException. via the default sms app, When I hit on send button of compose UI, The dialog appears and say like Enter sender's number, then I put my number in the From input.

Re: [android-developers] Help me with adding overlays in google maps

2011-09-05 Thread Logesh rajendren
*This is my main.xml layout file .* ?xml version=1.0 encoding=utf-8? com.google.android.maps.MapView xmlns:android=http://schemas.android.com/apk/res/android; android:id=@+id/mapview android:layout_width=fill_parent android:layout_height=fill_parent android:clickable=true

Re: [android-developers] My First Android Geolocation Application

2011-09-05 Thread Logesh rajendren
Thank u so much . On Mon, Sep 5, 2011 at 4:10 AM, Robin Talwar r.o.b.i.n.abhis...@gmail.comwrote: I am not integrating map overlays though you could find the exact code in appress EBook beginners guide or may be pro android development. Instead i am calling the browser for following intent

[android-developers] Re: Android Gallery View Application

2011-09-05 Thread GMR
Thanks mate. Could please provide me a sample code implementing swipes on Galary or HorizontalScrollView? coz I made many times with swipes. But not run perfectly. Thanks in advance On Sep 5, 1:00 am, Appaholics raghavs...@appaholics.in wrote: Detect the swipes and the single tap and put in

Re: [android-developers] Memory leak error on a huge application

2011-09-05 Thread Daniel Drozdzewski
2011/9/5 Károly Holczhauser holczhau...@gmail.com: Hello girls and boys!  I'm going to describe my problem as short as I can and would like to give a thanks for any advice, tips and so on :) So, I had wrote an really complex News reader application which one is able to: -read news and

[android-developers] Re: Memory leak error on a huge application

2011-09-05 Thread Praveen Raj
Your problem seems like you are leaking the context to drawble objects. or you might have used implicit reference to non static inner classes. http://developer.android.com/resources/articles/avoiding-memory-leaks.html Since you have used lot of linear layout and bitmaps, Most probably they are

Re: [android-developers] Unable to launch Emulator

2011-09-05 Thread Logesh rajendren
This problem arises after updating your android . here is the way to start your emulator . please follow these . 1) open command prompt in windows 2) go to android_sdk folder where u have installed it Eg: C:\android-sdk 3) go to the folder tools inside that where emulator.exe will be there 4)

[android-developers] Re: How is RockPlayer doing hardware decoding?

2011-09-05 Thread B.Arunkumar
Hi, Thank you for your reply. Would you know if it is possible to use the inbuilt MediaPlayer with a self developed RTSP Stack and do the hardware decoding as it is? Thank you, B.Arunkumar On Sep 4, 6:42 am, Felix long felixl...@gmail.com wrote: Yes, You're right. The hardware decoding

Re: [android-developers] getLocalActivityManager().getActivity(tabTag) return NULL

2011-09-05 Thread Logesh rajendren
can u tell me how to trace using logcat ? i m new to it . On Fri, Sep 2, 2011 at 4:25 AM, paddy padam1...@gmail.com wrote: I have 2 tabs with tagID tag01 and tag02. I have explicitly set the focus to first tab by calling tabHost.setCurrentTab(0) When i call

[android-developers] Automatic device resident apps running in bkgrd

2011-09-05 Thread Ben Chen
I'm new to Android development, so please pardon if this question seems too fundmental. I was wondering if it was possible to create an application that once launched is always ON even when the phone is not being used (unless of course the user manually terminates it or the battery runs out) and

Re: [android-developers] Automatic device resident apps running in bkgrd

2011-09-05 Thread Appaholics
You will need to register a service for the background listening and may or may not need to launch an activity, depending on wether you need a ui for the SMS. See http://developer.android.com/ for details on the aforementioned. On Mon, Sep 5, 2011 at 5:21 PM, Ben Chen chen@gmail.com wrote:

[android-developers] low memory issue

2011-09-05 Thread vani reddy
Hi friends , I am getting the below in my logcat INFO/ActivityManager(1724): Low Memory: No more background processes. -- Regards, Vani Reddy -- 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] Change UI Layout for different devices

2011-09-05 Thread deepak
How can i change the layout of my application to suit all the different screen sizes? My application looks good in Samsung Galaxy S but when i see it on Sony Ericsson Xperia mini many of the texts and buttons are missing. Any help on how to make it consistent over all the devices? -- You

[android-developers] issue after Upgrading OS in Milestone to 2.3.5

2011-09-05 Thread vani reddy
Hi , How do i know which OS version is supported in Motorola Milestone, i have upgraded the phone to 2.3.5 but it has become too slow..How to overcome this problem?? -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups Android Developers group.

Re: [android-developers] Change UI Layout for different devices

2011-09-05 Thread Mark Murphy
On Mon, Sep 5, 2011 at 8:37 AM, deepak emailmedee...@gmail.com wrote: How can i change the layout of my application to suit all the different screen sizes? My application looks good in Samsung Galaxy S but when i see it on Sony Ericsson Xperia mini many of the texts and buttons are missing.

Re: [android-developers] issue after Upgrading OS in Milestone to 2.3.5

2011-09-05 Thread Mark Murphy
This has nothing to do with this list. Please contact whoever you purchased the phone from for technical support with the phone. On Mon, Sep 5, 2011 at 8:40 AM, vani reddy vani.reddy.bl...@gmail.com wrote: Hi ,  How do i know which OS version is supported in Motorola Milestone, i have upgraded

[android-developers] Ask about FLAG_ACTIVITY_REORDER_TO_FRONT

2011-09-05 Thread teddy
Hi all, I have two task: bar:B,Y foo: A,X,C Now C call startActivity to call B with FLAG_ACTIVITY_REORDER_TO_FRONT. After this call these tasks are: Case I: foo: A,X,C bar:Y,B or: Case II: bar:Y foo: A,X,C,B According the document

[android-developers] how to insert image background of button

2011-09-05 Thread Shital Suryawanshi
i am not able to insert image background of button.i already done img.apk file. -- 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

[android-developers] Recursive entry to executePendingTransactions

2011-09-05 Thread Saul Diaz
Good morning: I am developing a Honeycomb 3.0 application and I am using Android Compatibility Library in order to get available the ViewPager component. I am suffering a Recursive entry to executePendingTransactions exception while trying to replace another Fragment with one composed only

[android-developers] Re: My First Android Geolocation Application

2011-09-05 Thread Lela Mose
Hi Abhishek! First of all congratulations with launching the app! I will check it out right away. Secondly I am fishing here for new application developers to interview them for my PhD dissertation. Its an informal talk (for about 20 minutes) through Skype of Google talk where I will pose

[android-developers] how to insert image background of button

2011-09-05 Thread Shital Suryawanshi
i already done img.apk file -- 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] my first android application

2011-09-05 Thread Shital Suryawanshi
Hey guys I have launched my first android application. it is based on Link to the application :- http://hotfile.com/dl/128908403/ecedb06/calandroid_shital_suryawanshi.rar.html Regards suryawanshi shital R -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Re: My First Android Geolocation Application

2011-09-05 Thread Robin Talwar
Thanks leela i just added u on skype On Mon, Sep 5, 2011 at 4:34 PM, Lela Mose lelam...@gmail.com wrote: Hi Abhishek! First of all congratulations with launching the app! I will check it out right away. Secondly I am fishing here for new application developers to interview them for my

Re: [android-developers] how to insert image background of button

2011-09-05 Thread Duygu Kahraman
What does it mean? Do you want to insert image to background and then insert button? 2011/9/5 Shital Suryawanshi shital.myl...@gmail.com i am not able to insert image background of button.i already done img.apk file. -- You received this message because you are subscribed to the Google

Re: [android-developers] OutOfMemoryError

2011-09-05 Thread NWD Sports
The AVD Manager correlates the amount of storage on the device to the amount of RAM. From: TreKing Sent: Sunday, September 04, 2011 10:35 PM To: android-developers@googlegroups.com Subject: Re: [android-developers] OutOfMemoryError On Sun, Sep 4, 2011 at 9:18 PM, NWD Sports

[android-developers] Problem with dividers

2011-09-05 Thread Elison Lusvardi
Hi guys, how you're doing? I'm in trouble here. =[ In mine preferencesActivity, I've a listView who I set a image divider: ?xml version=1.0 encoding=utf-8? LinearLayout xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=fill_parent

Re: [android-developers] low memory issue

2011-09-05 Thread Duygu Kahraman
Hi Vani; You can delete some app in your phone. 2011/9/5 vani reddy vani.reddy.bl...@gmail.com Hi friends , I am getting the below in my logcat INFO/ActivityManager(1724): Low Memory: No more background processes. -- Regards, Vani Reddy -- You received this message because you are

[android-developers] Pause MediaRecorder

2011-09-05 Thread Akhilesh Mani
Hi, Is there any way to pause MediaRecorder while recording. Or any alternate for doing that. Regards Mani. -- 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

[android-developers] undefined reference to `android::Mutex::lock()'

2011-09-05 Thread B.Arunkumar
Hi, We have compiled the Android Froyo source code and we would like to access the MediaPlayer.java class which references native methods in android_media__MediaPlayer.cpp. We are getting a compilation error in setMediaPlayer function in the line Mutex::Autolock l(sLock); that there is an

Re: [android-developers] undefined reference to `android::Mutex::lock()'

2011-09-05 Thread Mark Murphy
Questions about the firmware belong on one of the Google Groups listed at http://source.android.com. On Mon, Sep 5, 2011 at 9:59 AM, B.Arunkumar awsnetworkrecor...@gmail.com wrote: Hi,    We have compiled the Android Froyo source code and we would like to access the MediaPlayer.java class

[android-developers] OpenGL Samsung Galaxy S2 S II Problem With Rotation

2011-09-05 Thread pad
Hi, I have a huge problem ONLY with SAMSUNG GALAXY S2 and i cannot figure out if the problem is my code or of this device!! ON ALL OTHER PHONES IT WORKS GREAT!! I'm Using ONLY OpenGL 1.0. The problem is that with the code below my game cannot draw the object that need rotation (the objects are

[android-developers] Activity doesnot receive onDismiss event of Custom Dialog

2011-09-05 Thread Kapuddi Liu
hi, Below is the code scratch. After OK button is clicked, the dialog dismisses. But onClick function does not be called. Why? Thanks. ** HelloworldActivity.java public class HelloworldActivity extends Activity{ /** Called when the activity is first created. */ @Override

[android-developers] pass date into .net webservice

2011-09-05 Thread sktniran
Hi friends, can anyone know how to pass the date from android application into .net webservice? i want to pass date from android into .net via webservice. this is my code... SimpleDateFormat dateFormater = new SimpleDateFormat(MM/dd/); Date myDate =

[android-developers] Animation not repeat

2011-09-05 Thread Hadas Mobile
Bcd Hi, I write animation, but- even that I use with AnimationDrawable.addFrame(mDrawable, 1000); the animation not repeat. What it can be??? Thanks Hadas Mobile -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Animation not repeat

2011-09-05 Thread Appaholics
Would you mind posting more of your code? Thanks On Mon, Sep 5, 2011 at 8:15 PM, Hadas Mobile hadas.mob...@gmail.com wrote: Bcd Hi, I write animation, but- even that I use with AnimationDrawable.addFrame(mDrawable, 1000); the animation not repeat. What it can be??? Thanks Hadas Mobile

[android-developers] Re: Programming in Android

2011-09-05 Thread cellurl
http://www.udemy.com/write-and-publish-an-app-for-your-android-smartphone/ -- 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] Android 3.0 Intent.CALL

2011-09-05 Thread David Toledo
Hi All In Android 3.0 is possible using the Intent.ACTION_CALL, when execute this sentence in the emulator only appears the dialog from Add Contact, or android 3.0 emulator is only for tablet without phone Thanks David -- You received this message because you are subscribed to the Google

Re: [android-developers] Android 3.0 Intent.CALL

2011-09-05 Thread Mark Murphy
On Mon, Sep 5, 2011 at 11:03 AM, David Toledo dtole...@gmail.com wrote: In Android 3.0 is possible using the Intent.ACTION_CALL, when execute this sentence in the emulator Android 3.0 is for tablets, not phones. -- Mark Murphy (a Commons Guy) http://commonsware.com |

Re: [android-developers] OutOfMemoryError

2011-09-05 Thread TreKing
On Mon, Sep 5, 2011 at 12:30 PM, NWD Sports nwdspo...@hotmail.com wrote: The AVD Manager correlates the amount of storage on the device to the amount of RAM. It does? I see a section for SD Card size and a section for Hardware, one of which is the device Ram size, and you set them both

Re: [android-developers] Help me with adding overlays in google maps

2011-09-05 Thread TreKing
On Mon, Sep 5, 2011 at 6:24 AM, Logesh rajendren loges...@gmail.com wrote: *When i execute this application , i m getting the following error .* * application MapsOverlay(process.com.maps) has stopped unexpectedly. Please try again * *can u please help me now .. ?* Use LogCat and your

Re: [android-developers] Create an animation over an Overlay

2011-09-05 Thread TreKing
On Mon, Sep 5, 2011 at 6:11 AM, Logesh rajendren loges...@gmail.com wrote: Sorry guys , i need help to create overlays . can u help me ? A - Don't hijack threads. B - No one can help you if you don't indicate what help you need.

Re: [android-developers] Including data with app

2011-09-05 Thread cameronmeek66
Thanks Mark. I have been considering the download option but that would be the only reason that my app would need internet access. Maybe I will just code up both techniques and then decide which one I think works best for my app. On Mon, Sep 5, 2011 at 7:06 AM, Mark Murphy mmur...@commonsware.com

Re: [android-developers] OutOfMemoryError

2011-09-05 Thread NWD Sports
Yes on my version of the SDK manager for some reason increasing SD card size increases the RAM size as well. I don’t know why but that is what I assumed it did for everyone. Sorry for any confusion. From: TreKing Sent: Monday, September 05, 2011 11:16 AM To: android-developers@googlegroups.com

Re: [android-developers] Create an animation over an Overlay

2011-09-05 Thread Logesh rajendren
ok ok. sorry . On Mon, Sep 5, 2011 at 8:21 AM, TreKing treking...@gmail.com wrote: On Mon, Sep 5, 2011 at 6:11 AM, Logesh rajendren loges...@gmail.comwrote: Sorry guys , i need help to create overlays . can u help me ? A - Don't hijack threads. B - No one can help you if you don't

Re: [android-developers] OutOfMemoryError

2011-09-05 Thread TreKing
On Mon, Sep 5, 2011 at 2:21 PM, NWD Sports nwdspo...@hotmail.com wrote: Yes on my version of the SDK manager for some reason increasing SD card size increases the RAM size as well. I don’t know why but that is what I assumed it did for everyone. Sorry for any confusion. Interesting. Thanks

[android-developers] Re: Can we create two ThreadPoolExecutor running on android?

2011-09-05 Thread Streets Of Boston
You can execute AsyncTasks from services (or background threads), as long as the first ever AsyncTask in your process is created in a UI Thread (thread with Looper). I found this out when running JUnit tests... -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Multi Screen help needed !!!

2011-09-05 Thread TreKing
On Mon, Sep 5, 2011 at 1:09 AM, sam hotdude...@gmail.com wrote: but when i click on the button2 it force closes. Use LogCat and your debugger to debug your app. - TreKing

Re: [android-developers] error generate on application launching time

2011-09-05 Thread TreKing
On Sun, Sep 4, 2011 at 3:14 PM, R.B Niranjan niranjan9...@gmail.com wrote: when i open that application that i face a error the application generate unexptional error forcily close it Use LogCat and your debugger to debug your app.

Re: [android-developers] How to hold particular web view

2011-09-05 Thread TreKing
On Mon, Sep 5, 2011 at 5:09 AM, ANKUR GOEL ankur1...@gmail.com wrote: can anybody tell me how to hold the particular web view . Did you read your own question? Did it make sense to you? - TreKing

  1   2   >