Re: [android-developers] Beginner questions

2016-05-23 Thread sardar khan
In the activity create a method name with trialmodule and do what you want to do. http://stackoverflow.com/questions/4153517/how-exactly-does-the-androidonclick-xml-attribute-differ-from-setonclicklistene On Mon, May 23, 2016 at 2:25 PM, Roy Bettesworth wrote: > I want to

[android-developers] Beginner questions

2016-05-23 Thread Roy Bettesworth
I want to use onclick I am using XML as my language. " http://schemas.android.com/apk/res/android; xmlns:tools="http://schemas.android.com/tools; android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin"

[android-developers] (beginner question) variables reset when I change device orientation?

2016-04-12 Thread Jesse Clark
I am new to Android development. I am experimenting with making a simple app that displays a number that increases by one when the Up button is pressed and decreases by one when the Down button is pressed. It works correctly, except when I rotate the device from landscape to portrait or vice

[android-developers] Beginner doubt for starting with new Android web app

2016-01-17 Thread lijo joseph
HI all, I am planning to develop a android web app, for giving movie related information. I dont knw how to start... I have knowledge in java as well as android. If i want to develop android web app where i will store my data . If i want to simply start with a login app, do i need to web server.

[android-developers] Beginner question on layouts

2012-11-20 Thread Brandon Cormier
So I am new to Android development and have a question on layouts. When I create my app in Eclipse I have it set up so that I can see what it would look like on a Nexus S (4 in., 480 x 800). This looks great when I open it on my Exhibit 2 4G (3.7 in., 480 x 800), however it looks terrible when

Re: [android-developers] Beginner question on layouts

2012-11-20 Thread TreKing
On Thu, Nov 15, 2012 at 6:23 PM, Brandon Cormier reppin...@gmail.comwrote: When I create a Windows application in java I use a layout such as the border layout, grid layout, flow layout, etch... and then add it to the frame. That way no matter how big I resize the window, it always looks the

[android-developers] Beginner question : The type of the expression must be an array type but it resolved to double

2012-08-16 Thread jg
Hello, Before anything, I would like to mention that I am new to Android develoment, and java as well... So please, apologize in advance if I ask a stupid question (but there is no such thing as a stupid question, is it ;) ? ), or if I do anything wrong in this post (I figured out it might be

Re: [android-developers] Beginner question : The type of the expression must be an array type but it resolved to double

2012-08-16 Thread Luiz Fernando Rodrigues
you declared double P_N_*comp* but you are using P_N check out your P_N declaration. Luiz 2012/8/13 jg jg.ena...@gmail.com Hello, Before anything, I would like to mention that I am new to Android develoment, and java as well... So please, apologize in advance if I ask a stupid question

Re: [android-developers] Beginner

2012-07-30 Thread Luiz Fernando Rodrigues
Hi Rithanya, You should try the online documentation first: http://developer.android.com/training/index.html The Busy Coder's Guide to Android Develpment is also a good source. http://commonsware.com/Android/ There several question to this group on this subject. You can search the group for

[android-developers] Beginner

2012-07-29 Thread Rithanya
Hey Everyone! I have Samsung Nexus which uses Android 4.1.1 (Jelly Beans). I'd like to develop my own applications but I'm new to this and I absolutely have no idea.. I've installed the SDK and I've also configured Eclipse.. Please let me know how to code.. I'm a beginner and I need a lot of

Re: [android-developers] Beginner can't execute program on VM

2012-07-28 Thread Fabien R
On 24/07/2012 09:56, Fabrizio Bartolomucci wrote: Hullo, I am a beginner in Android development coming from the iOS. I trying setting the Andorid SDK and Eclipse by opening a new project and executing it. On the SDK part everythings seems ok but the Virtual machine seems to take no notice.

[android-developers] Beginner can't execute program on VM

2012-07-26 Thread Fabrizio Bartolomucci
Hullo, I am a beginner in Android development coming from the iOS. I trying setting the Andorid SDK and Eclipse by opening a new project and executing it. On the SDK part everythings seems ok but the Virtual machine seems to take no notice. There exists some point I should take note of and I

[android-developers] Beginner Q. Learning Part 1

2012-07-11 Thread Rene.M
Hey guys, im new to this Forum as i started to dive into android programming, I stumbled across some problems. Well im pretty much at the beginning of the Get Startet -tour. Im trying to understand the things that the tutorial explains but even if im copy and pasting the code, it still shows me

[android-developers] Beginner; Unable to compile my first app.

2012-07-10 Thread Shankar Rao
Hi all, I'm a new to this technology finding difficulties in executing ant commant can any one help me out in learning this completly. when i try to execute ant debug commant i get the below error. C:\Users\Shankar\MyFirstAppant debug 'ant' is not recognized as an internal or external command,

Re: [android-developers] Beginner; Unable to compile my first app.

2012-07-10 Thread Justin Anderson
You need to add the path to your ant install to your Path variable... Or you could just use Eclipse. Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Jul 5, 2012 at 12:53 AM, Shankar Rao shan...@shankarrao.in wrote: Hi all, I'm a new to this

[android-developers] beginner

2012-02-27 Thread RIT-MCA-2009
hai Android devolepers... am Vishnu... am doing my academic project on Android... am a beginner on Android.. my project is devoleping a mobile banking app... hence my question is that which database can i devolep this app... and how can i connect the database and the app... please sent me your

Re: [android-developers] beginner

2012-02-27 Thread Anirudh Loya
Vishnu, Better than posting a mail in this group, A simple google sear will give you more results. Android uses SQL Lite database and connectivity do a google search .. Thanks On Tue, Feb 28, 2012 at 10:38 AM, RIT-MCA-2009 vishnubbala...@gmail.comwrote: hai Android devolepers... am Vishnu...

[android-developers] Beginner Question

2012-02-23 Thread rhaazy
Hi everyone. I'm not sure if this question belongs here but here goes.. I am a professional asp.net developer looking to get into android dev. I have been going through tutorials and having fun so far! I have a question related to how the tutorial is asking me to structure my code. The code is

Re: [android-developers] Beginner Question

2012-02-23 Thread Mark Murphy
On Wed, Feb 22, 2012 at 11:58 AM, rhaazy rha...@gmail.com wrote: I have a question related to how the tutorial is asking me to structure my code. The code is from a tutorial where I create a gridview and set up a click listener event: gridview.setOnItemClickListener(new OnItemClickListener()

[android-developers] Beginner with Android

2011-07-20 Thread Denis Gottardello
Hello everybody. I'm trying to write a simple application for download a file from internet. This very simple code: java.net.URL Url= new java.net.URL(http:// developer.android.com); java.net.URLConnection Connection= Url.openConnection();

Re: [android-developers] Beginner with Android

2011-07-20 Thread TreKing
On Wed, Jul 20, 2011 at 4:18 AM, Denis Gottardello denisgottarde...@gmail.com wrote: How can I do? Where is the error? Use you debugger and LogCat to figure that out. Try reading section on debugging in the documentation.

[android-developers] Beginner, can't figure out why it crashes??!!??

2011-06-02 Thread treyb
I am beginning at creating Android apps and I have been playing with a hello world app and attempting to add a username and password editbox and print it out to the screen. I have no error or warnings in the problem window, but when I run it on a android 3.0 tablet, it crashes. here is

[android-developers] Beginner: Can anyone help me improve the way I'm calculating distance for my runs?

2011-03-09 Thread fwaokda
I'm trying to learn new things and decided as a project to make an application for recording data from running. I've got a rough calculation of my distance on runs, but am trying to get it more accurate. I was hoping someone might have some ideas. Right now I'm simply accepting gps fixes and

[android-developers] Beginner question about Imageviews and Layouts

2011-01-24 Thread MartyParty
hi guys, So all I want to do is display an image and draw a small white square on top of it. This square will be moved around by the user to select a portion of the image to crop. I wrote an XML layout file to handle the picture, but getting the white box to draw hasn't worked. I created an

[android-developers] [beginner] Analysis of the engadget app

2011-01-16 Thread JPS
Hello all, I want to make an application with tabbed panes, with different views in each pane. I would like to know if there is a standard component/ way for doing this. An example of what I'm trying to do is the engadget android app. Screen shot :

Re: [android-developers] [beginner] Analysis of the engadget app

2011-01-16 Thread TreKing
On Mon, Jan 17, 2011 at 1:17 AM, JPS jpsa...@gmail.com wrote: I want to make an application with tabbed panes, with different views in each pane. I would like to know if there is a standard component/ way for doing this. Standard way of doing tabs would be TabActivity and TabView. Though I

Re: [android-developers] Beginner type question on scope

2010-12-24 Thread Frank Weiss
What error does the compiler give? The code you posted appears to be missing a ; between score++ and break -- 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] Beginner type question on scope

2010-12-23 Thread Eric
I am jumping into android dev. I am a web developer(.net) . I watched a pretty good video on android dev, but have a question I cannot figure out. Below is my code: package com.example.helloandroid; import android.app.Activity; import android.os.Bundle; import android.view.View; import

Re: [android-developers] Beginner type question on scope

2010-12-23 Thread TreKing
On Wed, Dec 22, 2010 at 4:15 PM, Eric webcemeter...@gmail.com wrote: My question is this. The variable score seems to be out of scope in the onclick function. It is - very much so. In fact, it will not compile and gives me an error That would be expected. but the instructor ran it no

Re: [android-developers] Beginner questions

2010-12-11 Thread Mark Murphy
On Fri, Dec 10, 2010 at 3:51 AM, JY Kim jkim...@gmail.com wrote: 1. Is eclipse essential in android application writing? No. It's a fine IDE, if you like that sort of thing, but it is not essential. 2. Should I install JDK 64 bit? My windows is 64 bit but I installed 32bit JDK. When I tried

[android-developers] Beginner questions

2010-12-10 Thread JY Kim
Hello. I am beginner in android and my focus is on porting, but I think I also need to learn to write application. I have 2 questions 1. Is eclipse essential in android application writing? Read through hello world program on android developer site, I thought I shoud use eclipse. Application was

Re: [android-developers] Beginner: My basic android app displays my site too big

2010-11-19 Thread TreKing
On Mon, Nov 15, 2010 at 11:28 AM, Néstor rot...@gmail.com wrote: How can I tell my app to display my site to fit in the screen? There are many properties that can be configured on a WebView. See these two links to start. http://developer.android.com/reference/android/webkit/WebView.html

[android-developers] Beginner: My basic android app displays my site too big

2010-11-17 Thread Néstor
I have a simple android app that display my site, but it displays my site too big for the android screen but when I display my site using the android browser it looks good and it fits in the android screen. How can I tell my app to display my site to fit in the screen? OR How do I set up my app

[android-developers] Beginner question about creating new class Eclipse

2010-07-07 Thread Sergio Viudes
I'm creating a new class, using eclipse New Java Class dialog box. I can write the superclass I want (I can't find using browse button), but I can't write or select an interface to implement. I click add but ther is nothing to select. What I'm doing wrong? Sorry for my bad english, I'm from

Re: [android-developers] Beginner question about creating new class Eclipse

2010-07-07 Thread Frank Weiss
For the superclass, click the Browse button. Click the question mark in the lower left for an explanation of the Superclass Selection dialog. Similarly for the interfaces. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] [Beginner] - problem with onClick()

2010-06-07 Thread Nicholas Ault
This is described in the Dev Guide ( http://developer.android.com/guide/topics/ui/ui-events.html ) // Create an anonymous implementation of OnClickListener private OnClickListener mCorkyListener = new OnClickListener() { public void onClick(View v) { // do something when the button

[android-developers] [Beginner] - problem with onClick()

2010-06-01 Thread lamia
Good morning, I'm a beginner developer on Android. I created an UI with two EditText and a button. I want to create an application using twitter (API JTwitter), the the first stage is to connect to twitter. On myApp.java I use this: public class myApp extends Activity implements

[android-developers] Beginner Question: Is it possible to put each class into it's own java file in Eclispe?

2010-04-20 Thread Binxalot
I'm coming over from C# where I can make a namespace and then have each class placed into its own .cs file if I want, but in all of the examples I've seen for android all of the methods and classes are all in one big java file. Is it possible to put my classes in to their own java files and then

Re: [android-developers] Beginner Question: Is it possible to put each class into it's own java file in Eclispe?

2010-04-20 Thread Dianne Hackborn
The Java compiler requires that each top-level class be in its own source file. On Tue, Apr 20, 2010 at 2:41 PM, Binxalot binxa...@gmail.com wrote: I'm coming over from C# where I can make a namespace and then have each class placed into its own .cs file if I want, but in all of the examples

Re: [android-developers] Beginner Question: Is it possible to put each class into it's own java file in Eclispe?

2010-04-20 Thread ~ TreKing
On Tue, Apr 20, 2010 at 4:41 PM, Binxalot binxa...@gmail.com wrote: Is it possible to put my classes in to their own java files and then import those classes into a main program java file as needed like I do in C#? Yes. Which you could have found out on your own in about 5 minutes.

[android-developers] Beginner Bitmap Question

2009-12-03 Thread Joe Momma
Eventually I would like to try to port a code I found here: http://bodytag.org/tp02/ I am very new to this though, and I can't even load my image to display. What I have so far is below, but it doesn't show anything when I run it. What am I doing wrong? Also once I have this loaded will this

Re: [android-developers] Beginner Question

2009-11-29 Thread Wayne Wenthin
Give it some time. The emulator is very slow to load. Once its up it will be fine. Just don't shut it down everytime and you will be good. On Thu, Nov 26, 2009 at 1:40 PM, LeBlanc217 leblanc...@gmail.com wrote: Hey sorry this might seem kinda dumb but just recently I decided to try out

[android-developers] Beginner Question

2009-11-28 Thread LeBlanc217
Hey sorry this might seem kinda dumb but just recently I decided to try out programing for Android and wanted to start with simple hello world. My code is all correct and compiles correctly but when the emulator comes up only the word ANDROID stays on the screen and I have no idea why. Does anyone

[android-developers] Beginner Application Development

2009-07-26 Thread timf999
Hi, guys. I've been teaching myself Java over the last few weeks. I already know several OOP languages, so i was not too complicated. I have just learned some basic Swing and I now want to develop a simple app. How do I use Android-style Swing and custom graphics to do this? Thanks in advance.

[android-developers] beginner Help!

2009-07-07 Thread G_man
I badly need to apply a java class that force every text shown in the screen to go through it. basically, it is a shaper that check the language of the text and if it is Arabic it will change the shape of the character depending on it's place in the word. The java classes are here:

[android-developers] Beginner Question / Calendar API

2009-04-09 Thread andreas
Hi, I'm really just a beginner and fiddling a little bit around with java and my G1. I'd like to create a calendar event from the phone and learned, that there is no Android API for the calendar. I thought it should be possible to access the google calendar via web. I googled a bit and found

[android-developers] Beginner

2009-01-19 Thread Sam Bender
Hi, this is my first post and I might as well let you know that I have just a little bit of experience in java. Also I'm 15. I just got a G1 and I want to create an application to turn of the ringer volume off at 7:57am and back on at 3:00pm on weekdays Its been to long and I am very confused

[android-developers] Beginner, help with system clock

2009-01-19 Thread Sam Bender
Hi, this is my first post and I might as well let you know that I have just a little bit of experience in java. Also I'm 15. I just got a G1 and I want to create an application to turn of the ringer volume off at 7:57am and back on at 3:00pm on weekdays Its been to long and I am very confused