[android-developers] android button

2010-11-22 Thread nena joy
Hello, I have an application of list view.Each row in listview contain textview. But I want to add a button on top of the list view.how I can add buttton on top of that listview using java? Please help me. -- You received this message because you are subscribed to the Google Groups "Android De

[android-developers] Background music in android

2010-11-03 Thread nena joy
Hi, I created an application.In that ,when one of the activity start background music too play. And when I go to next activity,sound playing not stopped.But when go to webview activity,music stopped.But I want to play it in that webview too. How it possible? -- You received this message becau

[android-developers] playing sound

2010-11-03 Thread nena joy
Hello, Thanks for the help. But how create thread in background for playing sound? -- 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] Sound in android web view

2010-11-02 Thread nena joy
*My java code is here* package com.customlistview1; import android.app.Activity; import android.os.Bundle; import android.webkit.WebView; import android.webkit.WebViewClient; import android.webkit.WebChromeClient; public class Image extends Activity { private WebView webview; @Override

[android-developers] button click

2010-10-29 Thread nena joy
Hello, I have an activity.Have an image view, 3 text views and a button. 2 text views are hard coded. When click the button the other shows first value taken from an xml file (xml tag value). When click this again value of text view want to change.The value should be the second value from the x

[android-developers] images in android

2010-10-28 Thread nena joy
Hello, I want to display 3 images one by one from drawable folder. I did it using seperate intents.Means when click the first image,itwill go the next intent and that loads second image and so on. As the no of images increasing it should be very complecated. So I want to show it in single inten

[android-developers] web service access from net

2010-10-28 Thread nena joy
Hello, I created an android application using html5. The data for that application is now from various xml files. These xml files and html files are in the 'assets' folder. but I want to create this application with data from a web service in the net. But I don't know how it possible

[android-developers] Web service access

2010-10-28 Thread nena joy
hello, I want to access a web sedrvice in android web application.But I don't have any idea. Please help me. -- 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 uns

[android-developers] android game

2010-10-28 Thread nena joy
Hello, Anyone have the full souce code of the game - SpaceBlaster. Thank you -- 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, sen

[android-developers] android tablet emulator

2010-10-27 Thread nena joy
Hello, Thaks for your valuable information. -- 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+unsubsc

[android-developers] Android tablet emulator

2010-10-27 Thread nena joy
Hello, I want to create android tablet application. I need an android tablet emulator for that. >From my search I got a way that is making an avd with size 1000 X 600. I created that avd. But a problem exist. I cant go to the home screen. Please help me anyone to create an android tablet

[android-developers] android game

2010-10-25 Thread nena joy
Hello, Now I am trying to create an android game. Game is in the book"Apress - pro Android games" But the program is force closed when I try to touch in the screen. Anyone have the full source code of that game- "Space Baster" Please help me -- You received this message because you

[android-developers] Web service access in Android

2010-10-25 Thread nena joy
Hello, I am new in android development. I want to get data from a web service in android application.But the application is in html5. Now it uses the data from a local xml file.how it get data from a web service? Please help me .. -- You received this message because you are subscribed to t