Re: [android-developers] New to Android

2013-05-03 Thread Michael Leung
xcode? Android is different from iOS. On Fri, May 3, 2013 at 12:11 PM, TreKing wrote: > > On Tue, Apr 16, 2013 at 8:10 PM, rlloyd wrote: > >> I have a java file that I would like to incorporate in to an android >> application. I'm not sure where in the code I put my java that I've made. I >>

Re: [android-developers] New to Android

2013-05-02 Thread TreKing
On Tue, Apr 16, 2013 at 8:10 PM, rlloyd wrote: > I have a java file that I would like to incorporate in to an android > application. I'm not sure where in the code I put my java that I've made. I > use Eclipse with the newest SDKs. Where in the following code am I supposed > to input my code? >

[android-developers] New to Android

2013-05-02 Thread rlloyd
I have a java file that I would like to incorporate in to an android application. I'm not sure where in the code I put my java that I've made. I use Eclipse with the newest SDKs. Where in the following code am I supposed to input my code? Also, The code of mine takes input data, manipulates it,

Re: [android-developers] New to Android App Development need Advice in Designing UI

2012-10-11 Thread Rafael Maas
You can use ViewFlipper ( http://developer.android.com/reference/android/widget/ViewFlipper.html) or ViewSwitcher( http://developer.android.com/reference/android/widget/ViewSwitcher.html). This way you can do all you want with only one activity. 2012/10/11 Piren > I'm not entirely sure what you'

Re: [android-developers] New to Android App Development need Advice in Designing UI

2012-10-11 Thread Piren
I'm not entirely sure what you're trying to accomplish, but you should consider that the third step would go into Activity C with the only purpose of displaying the information. would probably simplify things for you. On Thursday, October 11, 2012 7:28:41 AM UTC+2, Aadi Rockzz wrote: > > Hi Pire

Re: [android-developers] New to Android App Development need Advice in Designing UI

2012-10-10 Thread Anees Thyrantakath
Hi Piren, Thanks went through the Link that u suggested. But i found little difficulty to invoke whole through code..So i separated my views in two Different Activities suppose Like Activity A,B. Again One Problem..:)..I'll explain that in a step by step manner so that u can understand my problem

Re: [android-developers] New to Android App Development need Advice in Designing UI

2012-10-10 Thread Piren
If you're trying to do 10TVs 10ETs AND and ListView, you're doing it wrong (see https://groups.google.com/forum/?fromgroups=#!topic/android-developers/t_iy0nnYGK8. TL;DR - You cant do a ScrollView with a ListView inside of it) Since you're new to development i suggest you move the ListView

Re: [android-developers] New to Android App Development need Advice in Designing UI

2012-10-10 Thread Anees Thyrantakath
Okay...I thinks that's the Problem in my Application..!! -- 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-develope

Re: [android-developers] New to Android App Development need Advice in Designing UI

2012-10-10 Thread Rafael Maas
If you are using a ListActivity and using this ListView list = getListView(); to retrieve your listview, you should use android:id="@android:id/list" as your listview ID 2012/10/10 Parthi K > put all scroll view .it will come list view > > > On Wed, Oct 10, 2012 at 10:45 AM, Anees Thyranta

Re: [android-developers] New to Android App Development need Advice in Designing UI

2012-10-09 Thread Parthi K
put all scroll view .it will come list view On Wed, Oct 10, 2012 at 10:45 AM, Anees Thyrantakath wrote: > android:id="@+id/rLV" > android:layout_width="match_parent" > android:layout_height="250dp" > android:choiceMode="multipleChoice" > > > > Like th

Re: [android-developers] New to Android App Development need Advice in Designing UI

2012-10-09 Thread Anees Thyrantakath
Like this i designed my list 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+unsubscr.

Re: [android-developers] New to Android App Development need Advice in Designing UI

2012-10-09 Thread Rafael Maas
you set the id of your listview as: android:id="@android:id/list" ? 2012/10/9 Anees Thyrantakath > I created 10 textview, 10 edittext, 3 buttons and a List View in and XML > file. and in Java class i extends from Activity. Then Listview is not > Working and when i extends ListActivity while run

Re: [android-developers] New to Android App Development need Advice in Designing UI

2012-10-09 Thread Anees Thyrantakath
I created 10 textview, 10 edittext, 3 buttons and a List View in and XML file. and in Java class i extends from Activity. Then Listview is not Working and when i extends ListActivity while running on Emulator it showed Force To Close Error. I'm Trying to Get a Better Option. If i can't do by adding

Re: [android-developers] New to Android App Development need Advice in Designing UI

2012-10-09 Thread lokesh gupta
Also will be pls let me know what exactly difficulty u were facing in adding list view Sent from samsung mobile On Oct 9, 2012 1:14 PM, "lokesh gupta" wrote: > It should work. Pls share if u find a bettr way of doing this. > > Sent from samsung mobile > On Oct 9, 2012 1:10 PM, "Anees Thyrantakat

Re: [android-developers] New to Android App Development need Advice in Designing UI

2012-10-09 Thread lokesh gupta
It should work. Pls share if u find a bettr way of doing this. Sent from samsung mobile On Oct 9, 2012 1:10 PM, "Anees Thyrantakath" wrote: > Thanks Lokesh i'll definitely try this out. But I doubt whether my List > View will work or not. Anyway Let me try this. I'll Let you know if this > idea

Re: [android-developers] New to Android App Development need Advice in Designing UI

2012-10-09 Thread Anees Thyrantakath
Thanks Lokesh i'll definitely try this out. But I doubt whether my List View will work or not. Anyway Let me try this. I'll Let you know if this idea works or not. Thanks once again Aadi -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

Re: [android-developers] New to Android App Development need Advice in Designing UI

2012-10-09 Thread Anees Thyrantakath
Yah i know that :-) .. ..in that i came to know tabActivity and Fragment are there to manage this but its not supporting version 2.2 that's why i posted my doubt here. Please help me if you can suggest me any idea it will support Android 2.2 onwards Thanks Aadi -- You received this message beca

Re:[android-developers] New to Android App Development need Advice in Designing UI

2012-10-09 Thread lokesh gupta
Put every thing in scroll view Sent from samsung mobile On Oct 9, 2012 12:39 PM, "Aadi Rockzz" wrote: > Hi Everyone, > > I'm going to develop an application for Android2.2 platform. I have some > doubts while started creating UI Screen for my application. > > -> In my one UI i have 10 Text Views

Re: [android-developers] New to Android App Development need Advice in Designing UI

2012-10-09 Thread Asheesh Arya
google is your friend buddy there are lots of material available to start work on Android UI layout interface -- 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 unsubs

[android-developers] New to Android App Development need Advice in Designing UI

2012-10-09 Thread Aadi Rockzz
Hi Everyone, I'm going to develop an application for Android2.2 platform. I have some doubts while started creating UI Screen for my application. -> In my one UI i have 10 Text Views and 10 edit-text and i wanted to accommodate One List View also in my UI but i felt difficulty while adding Lis

Re: [android-developers] New to android development

2012-08-22 Thread Justin Anderson
A little bird told me about this great new thing called a Google search... Supposedly there is this nifty company out there that makes searching the internet extremely intuitive and easy... I wonder if they'll be able to make it popular enough though to really catch on... Try something like, oh I

[android-developers] New to Android-dev, how do I get my app onto my actual phone?

2012-08-19 Thread Chris Wise
Hi, Newbie question clearly, however I started using the Eclipse plugin that allows you to use an android simulator to run your app. However, now I can't get it to run on anything aside from the simulator. All I want to do is be able to choose where I run my app from (and first install it on

Re: [android-developers] New to Android-dev, how do I get my app onto my actual phone?

2012-08-19 Thread Mark Murphy
On Sun, Aug 19, 2012 at 9:11 AM, Chris Wise wrote: > Newbie question clearly, however I started using the Eclipse plugin that > allows you to use an android simulator to run your app. However, now I > can't get it to run on anything aside from the simulator. All I want to do > is be able to choo

[android-developers] New to android development

2012-08-19 Thread Saudademaru Envy
So I have the android SDK and eclipse and I wanted to try to make my first app. Of course I followed the directions on the lessons about starting the hello world, then the one after that. Well now I can't seem to make anything. When I start something new, I may change some names of the activi

Re: [android-developers] New to android..which API to choose?

2012-07-27 Thread TreKing
On Mon, Jul 23, 2012 at 4:27 PM, Carlos Oneil wrote: > If i develop a ICS based app, will it run on a Gingerbread device? If your minSDK is Gingerbread and you use APIs that existed then, then yes, it'll work. There is also the compatibility library for this purpose. --

Re: [android-developers] New to android..which API to choose?

2012-07-26 Thread Larry Meadors
That's kind of a hard question, because it depends on what your app needs and what your target customer base is. An app developed for ICS will not work on anything before ICS. Larry On Mon, Jul 23, 2012 at 3:27 PM, Carlos Oneil wrote: > Im new to android programming and would like to know is

[android-developers] New to android..which API to choose?

2012-07-25 Thread Carlos Oneil
Im new to android programming and would like to know is it best to build apps on the latest API or the one that has the broadest deployment ? If i develop a ICS based app, will it run on a Gingerbread device? Thanks. -- You received this message because you are subscribed to the Google Groups

[android-developers] New to Android

2011-11-22 Thread anonymous
Hi all, Happy to be part of Android developers forum.. -- 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: [android-developers] New to Android

2011-10-28 Thread John Davis
Hi Sean, If you have an already built .apk file, you can use the command line to install it on the emulator. adb install foo.apk John On Fri, Oct 28, 2011 at 3:35 AM, MANISH RAJ wrote: > Hi Sean Thomas, > As you wrote there you want run a project which is already you have. If > you have pro

Re: [android-developers] New to Android

2011-10-28 Thread MANISH RAJ
Hi Sean Thomas, As you wrote there you want run a project which is already you have. If you have project file then it is very easy. You first create a new android project then uses option create project from existing source and navigate to the project files. If you want to change the

[android-developers] New to Android

2011-10-27 Thread Sean Thomas
I'm new to Android and I'm trying to work my way around Android. I opened Eclipse and I was able to play around with Hello Android and some of the samples. I have an App that was coded already and I want to run it in emulator. I tried saving the app in samples directory of SDK and run as a sampl

[android-developers] New to android and nfc developing

2011-10-02 Thread Gus
I am new to both android and nfc developing! I am searching for a nfc sdk. I already have tested eclipse + android plugin, so i am ready for the client side developing. On the other side i must create a program to run on a server tha will manage the data that will come from nfc communication. Can

[android-developers] New to Android Development

2011-09-30 Thread Mike L.
I have recently got a Samsung LS6410 project board, and I was wondering how I can access all the different pins on the board in the Android programs. I have expereance using C for microproccesor programing. Is this done in the same way using Android Java. -- You received this message because you

Re: [android-developers] New to Android

2011-06-11 Thread June Hello
Hi, I think you should put setWidgetReferences() first to initialize the members, then addWidgetListeners() On Wed, Jun 8, 2011 at 3:20 PM, goAndroid wrote: > I encounter a crash "java.lang.NullPointerException" whenever I run my > app. please help: > > >

Re: [android-developers] New to Android

2011-06-10 Thread TreKing
On Wed, Jun 8, 2011 at 2:20 AM, goAndroid wrote: > I encounter a crash "java.lang.NullPointerException" whenever I run my app. > please help: > Please give your posts a title indicative of its content. Please read the documentation section on debugging your app. Please debug your app using the t

[android-developers] New to Android

2011-06-09 Thread goAndroid
I encounter a crash "java.lang.NullPointerException" whenever I run my app. please help: -- package Botton.radio; import android.app.Activity; import android.os.Bundle; impo

Re: [android-developers] new to android

2011-05-26 Thread Marcin Orlowski
On 24 May 2011 21:08, Hadi Al-Zawad wrote: > > I'm new to android world and I want to know what to download on my computer > to start making apps > do i need an experience or it is easy to make programs ? > You do not need any expierience at all. Just come here and ask here for source code (als

Re: [android-developers] new to android

2011-05-25 Thread TreKing
On Tue, May 24, 2011 at 2:08 PM, Hadi Al-Zawad wrote: > I'm new to android world and I want to know what to download on my computer > to start making apps > Android has a website for developers. This website has instructions. Find that website and follow those instructions. > do i need an exper

[android-developers] new to android

2011-05-25 Thread Hadi Al-Zawad
Hi dear I'm new to android world and I want to know what to download on my computer to start making apps do i need an experience or it is easy to make programs ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send

Re: [android-developers] New to Android

2011-05-03 Thread TreKing
On Sun, May 1, 2011 at 8:46 AM, sudharsanan wrote: > 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? > http://developer.android.com/index.html Why is that

[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. T

[android-developers] new to Android wrld and I need some tips

2011-04-28 Thread Ahmad Alturki
Hi folks I am very interested in developing application for smart phones like Galaxy,HTC but the problem I do not know where I start. I want to start from basics to advance concepts. I want to understand how underpinning things work and are related. Is there a good book to start from ... I c

Re: [android-developers] New to Android Need Help

2011-04-21 Thread TreKing
On Wed, Apr 20, 2011 at 10:38 PM, edprog wrote: > what and how would I pass my code in the main activity so that it works > from the View I created? > That question makes no sense. What are you actually trying to do? --

[android-developers] New to Android Need Help

2011-04-21 Thread edprog
Hello, I have a mess right now.., and I would like to start using the View instead of coding in the main activity... what and how would I pass my code in the main activity so that it works from the View I created? This is the view i created and where i want to place the code of the main activi

Re: [android-developers] New to android development

2011-04-07 Thread Kristopher Micinski
(Let me add a comment, when I said you probably won't directly use it, I meant you will be using it *within* a content provider, which will certainly use the android.database.sqlite classes to do things like insertion, lookup, etc... Your activities will then call to this content provider) Kris O

Re: [android-developers] New to android development

2011-04-07 Thread Kristopher Micinski
Rajah, There are many references for database development using SQLite. Generally your database will be wrapped in a ContentProvider. Try googling SQLite android. You probably won't directly use it, however, so also read the "Content Provider" section in the android tutorial. Really, the android

[android-developers] New to android development

2011-04-07 Thread Rajah
Hi I'm new to android development. I would like to develop database(SQLite) application. There got ang guide or reference. Tq Regard T.Kanagarajah -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android

[android-developers] new to android..............

2011-03-07 Thread Kailash Adhikari
hi everyone..., as i am a newly introduced to android and i'm finding it difficult to install android adt tools,eclipse,sdk... so if anyone help me about complete installation ..i'll be very greatfull. -- You received this message because you are subscribed to the Google Groups "And

Re: [android-developers] New to Android - sample app doesn't do anything

2010-12-11 Thread Julie Andrews
On Sat, Dec 11, 2010 at 1:23 PM, TreKing wrote: > On Thu, Dec 9, 2010 at 4:06 PM, rick777 wrote: > >> The problem I have is that nothing shows up in the emulator. The only >> thing I see is an icon with a 36 and 2 arrows, a wifi strength monitor >> icon, a battery icon, the time, and then a volu

Re: [android-developers] New to Android - sample app doesn't do anything

2010-12-10 Thread TreKing
On Thu, Dec 9, 2010 at 4:06 PM, rick777 wrote: > The problem I have is that nothing shows up in the emulator. The only > thing I see is an icon with a 36 and 2 arrows, a wifi strength monitor > icon, a battery icon, the time, and then a volume and lock icon. also, > the time, date, and Charging 5

[android-developers] New to Android - sample app doesn't do anything

2010-12-10 Thread rick777
I'm new to Android, but have done Java, GWT, and App Engine development in the past. I'm running Eclipse 3.6 on Ubuntu 10.04. I installed the Eclipse development plugin, created an avd, installed the android samples, and created an Eclipse project with the NotesList sample. When I run the project

Re: [android-developers] New to Android - Can't add Platform

2010-11-01 Thread sippy zenma
u dd nt set android properly frst download latest version using android manager after that u can locate it nw ur folder contain nthng On Mon, Nov 1, 2010 at 7:35 PM, James Thomas wrote: > I am running into errors while setting up my environment using Eclipse > Galileo. It appears to have loaded

[android-developers] New to Android - Can't add Platform

2010-11-01 Thread James Thomas
I am running into errors while setting up my environment using Eclipse Galileo. It appears to have loaded Eclipse and the SDK ok as I can see the Android Icon in the About Eclipse and the Android SDK and AVD Manager appear in the Window dropdown list. But when trying to add platforms in Window->Pr

Re: [android-developers] New to Android and programming

2010-08-24 Thread Chris Stewart
I'll likely echo what TreKing said. While it's definitely possible to jump in without prior Java experience, even just a bit, it will be hard. That kind of hurdle often knocks someone's interest off the rails. While this won't directly answer your question, it's related and might help you or som

Re: [android-developers] New to Android and programming

2010-08-24 Thread TreKing
On Sun, Aug 22, 2010 at 1:32 AM, Droidblazer00 wrote: > So would it be better for me to learn Java before getting started with the > SDK and eclipse? Or is it just the same to jump right > in on App development and learn on the fly? > Well, it's definitely not the same, but whether it's "better"

Re: [android-developers] New to Android and programming

2010-08-24 Thread lee dallas
Just get started directly to write android app by following the dev. guide in android offcial website. That's what I did (I used to be a c/c++ developer). 2010/8/22 Droidblazer00 > HI everyone, > as the title says i'm new to the Android community, and i don't have > much experience on the develo

[android-developers] New to Android and programming

2010-08-23 Thread Droidblazer00
HI everyone, as the title says i'm new to the Android community, and i don't have much experience on the development side either. but i am very interested in getting started. I see that Android apps are based off of Java... So would it be better for me to learn Java before getting started with the

[android-developers] New to android finally leaving Windows !!!

2010-07-07 Thread Martin
I would love to start developing for Android- I am currently on the AT&T network. How does one acquire a test device? -- 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 T

[android-developers] New to android. Listview problem

2010-05-27 Thread Somebodyconfused
All, I'm trying to get the following code to work. It should just be a textview with a listview underneath it. What is going wrong? MAIN.xml http://schemas.android.com/apk/res/ android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_pare

Re: [android-developers] New to android

2010-03-29 Thread Felipe Silveira
The first place you need to go is: http://developer.android.com Felipe Silveira www.felipesilveira.com.br On Mon, Mar 29, 2010 at 8:53 AM, iftekhar wrote: > Hi, > I am new to android/mobile application .I have exp in developing > applications using Java/J2EE but no knowledge of mobile applicati

[android-developers] New to android

2010-03-29 Thread iftekhar
Hi, I am new to android/mobile application .I have exp in developing applications using Java/J2EE but no knowledge of mobile application/ games etc. Please suggest me any link/help from where I can study and develop application using android. Thanks Iftekhar -- You received this message because

Re: [android-developers] New to Android...how does android handle application versions/updates...

2010-03-01 Thread TreKing
On Mon, Mar 1, 2010 at 10:08 AM, MaTT wrote: > Specifically, does an update blow away my database? > No, all data stored locally by the app is preserved. > Is there a way to preserve the users' settings as well? > All settings saved in SharedPreferences are also preserved. --

[android-developers] New to Android...how does android handle application versions/updates...

2010-03-01 Thread MaTT
Hello everyone, I'm struggling with this one. I'm pretty new to Android, and I had some questions that I've had trouble getting answered via the web. I have done a few searches, but I'm not sure how to word my question, either. So I apologize if this has already been covered somewhere...but her

[android-developers] New to Android Problem with OnKeyListener

2010-01-03 Thread bill pull
So ive just begun to start on my android development learning journey and got this book Profession Android Application Development, but I cant get this certain sample code to run and im so new to the sdk I cant spot the problem. Well obviously eclipse tells me why it wont compile ive gotten it down

[android-developers] New to Android

2009-12-10 Thread smithkjnc
Hello. I am new to the Android coding but not to programming as I learned on Pascal a LONG time ago. I would like to do some programming in this new language but need some tips and help. Sample code and video are always good for me as I am a "visual" learner but I welcome any and all help. Than

[android-developers] New to android and java - Cannot run or debug with eclipse 3.5.1 on windows

2009-11-10 Thread Q
Hi, I installed and eclipse, android sdk and tried the first "hello, android" tutorial but nothing happened on the AVD :-( There are no compilation error, I tried to set break points in the but it does not seem like the application started running at all... Any ideas? Thanks!!! -- You recei

[android-developers] New to android

2009-07-01 Thread ctap105
I am new to android and google groups. I dl the sdk and tried to install into eclipse and nothing really happens. I don't have virtual device and I can't even start a new android xml. I recently got together a forum widget for a fourm that I am part of and wish to bring it onto the android platfor

[android-developers] New to Android

2009-04-30 Thread sreemon
Hello Friends, I am very new to Android. I am having a problem in creating avd. Please see the execption occured D:\Stabilix\Personal\Android\android-sdk-windows-1.5_r1\tools>android Exception in thread "main" java.lang.UnsupportedClassVersionError: com/ android/sdkmanager/Main (Unsupported

[android-developers] new to android

2009-01-07 Thread google
hi, can any one suggest good way to practice android. good books or any free applications --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-devel

[android-developers] New to Android

2008-09-29 Thread Parasss
Hello Friends, This is Parasuram, new Android. can any one sugessest me to work with the Android.. i have installed Android SDK 1.0 beta version and i have tried hello world program also. but i need a clear idea about the Android. Thanks Parasuraman Kumarasami --~--~-~--~~--