Re: [android-beginners] How does Dalvik VM work?
Questions on porting Android to other devices are best asked on a forum dedicated to porting Android to other devices: [link] This list is for beginners developing Android SDK applications.
Informacja: 2009-04-29
Czytaj: Re: [android-beginners] How does Dalvik VM work?
The Future of the Social Web: In Five Eras
[By Jeremiah Owyang ] Expect the Groundswell to continue, in which people connect to each other --rather than institutions. Consumer adoption of social networks is increasing a rapid pace, brands are adopting even during a recession, so expect the space to rapidly innovate to match this trend. Clients can acces this report ; but to summarize what we found, in the executive summary we state: Today
Informacja: 2009-04-29
Czytaj: The Future of the Social Web: In Five Eras
Google Media = Nonprofit Grants, Blogs, Video and Maps Galore
The first full day of NTC 09 kicked off with a special dance (mad props to @ntenhross ), a great keynote and a session full of Google representatives spreading the (free!) tech love to the nptech community. I must say, I was thrilled to see such a huge, powerful technology coming to not only support but evangelize their myriad programs offered at no cost to nonprofit organizations. The session covered four different programs Google offers at no cost to the nonprofit community. 1. Google
Informacja: 2009-04-29
Czytaj: Google Media = Nonprofit Grants, Blogs, Video and Maps Galore
Mashups, Portals and the Future Enterprise
Mashups Finding Their Place in Enterprise IT | Blogs | ITBusinessEdge.com As the piece points out, most of the mashup discussion has focused on building on-the-fly applications when, in fact, the real enterprise potential lies in accessing the data. Kavis decided to use a tool
Informacja: 2009-04-29
Czytaj: Mashups, Portals and the Future Enterprise
Is Google
It
Informacja: 2009-04-29
Czytaj: Is Google
Mulitple Prototypes, Better Feedback
I mentioned in a previous post that open-social development for products has been a getting a lot of press lately. Companies are learning that true customer insight starts by including customers and users in the development stage. Getting prototypes into the hands of your potential customers early-on, and iterating a ton based on the feedback you get, can pay huge dividends in the long run
Informacja: 2009-04-29
Czytaj: Mulitple Prototypes, Better Feedback
Porting 1.5 to Nokia N810
Everyone please forgive me, as i know absolutley nothing about programming, all i know is just a little tid-bits in the hardware and graphics areas. I would like to port the Android 1.5 OS to my Nokia N810. My main concern is performance, and using the hardware, things like wifi(must-have), GPS, Audio(must-have), Touchscreen(must-have),
Informacja: 2009-04-29
Czytaj: Porting 1.5 to Nokia N810
There is a problem communicating with Google servers
I got an Android Developer G1. I installed a working, data-enabled, tested AT&T 3G SIM card, but I can't get past the login page. I have tried to log into Google for the last 3 days, with strong signal, battery full, where my iphone and my Sony Erickson can surf the web with ease. Does anyone have an idea of what mey be happening?
Informacja: 2009-04-29
Czytaj: There is a problem communicating with Google servers
how to get the string from a listview item
i have a method that fill the list with items // Depending on param, this method will display the list public void fillData( RingtoneManager rm, int type ) { // Set all type of sounds; notification, ringtone, alarm rm.setType( type ); c = rm.getCursor(); startManagingCursor( c );
Informacja: 2009-04-29
Czytaj: how to get the string from a listview item
Re: Android 1.5 SDK now available
1.5
Informacja: 2009-04-29
Czytaj: Re: Android 1.5 SDK now available
Re: how to get the string from a listview item
Try using Cursor instead of SQLiteCursor.
Informacja: 2009-04-29
Czytaj: Re: how to get the string from a listview item
Working on x86
Hi to everyone. I'm a beginner with android, so i'm following all the steps in the dev giude and so on. At the moment, I downloaded the sdk 1.5, installed ADT plug-in for eclipse, got the source code (repo sync), used "make" to build the code. NOW I'd like to make android running on the desktop i'm using (x86,
Informacja: 2009-04-29
Czytaj: Working on x86
switch / if statement, efficiency question
hi! by looking at the Notepad examples, i've noticed that the switch statement is used even when there's only one case handled, as in: public boolean onMenuItemSelected(int featureId, MenuItem item) { switch(item.getItemId()) { case INSERT_ID: createNote(); return true;
Informacja: 2009-04-29
Czytaj: switch / if statement, efficiency question
How to start the code? what should I do?
I'm a beginner with android, so i'm following all the steps in the dev giude and so on. At the moment, I downloaded the sdk 1.5, installed ADT plug-in for eclipse, got the source code (repo sync), In the future I'd like to make android running on the desktop i'm using (x86, ubuntu 8.10), so i modified the "buildspec.mk" file:
Informacja: 2009-04-29
Czytaj: How to start the code? what should I do?
Re: [android-beginners] How to start the code? what should I do?
Why did you modified buildspec.mk??? If you have ADT plug-in and sdk, you just need to select your project in eclipse and do a run with -> android app if your adt plugin is configured with the sdk path then it's going to launch the emulator and deploy it. Arnaud 2009/4/28 Jamai@work <jamai5...@gmail.com>
Informacja: 2009-04-29
Czytaj: Re: [android-beginners] How to start the code? what should I do?
Sharing Objects between activities using Singleton ?
Hi, I have an application with N Activities that all need access to an 'engine' class. I've seen discussion that says that I'd have to implement the Engine using a Singleton pattern to allow the different activities to access the engine. Is this is the only/best/recommended way to do it in the Android
Informacja: 2009-04-29
Czytaj: Sharing Objects between activities using Singleton ?
Re: Porting 1.5 to Nokia N810
It's sound to trouble. Best regards
Informacja: 2009-04-29
Czytaj: Re: Porting 1.5 to Nokia N810
Could not find MyApp.apk!
Hello: Today I have installed Eclipse Ganymede + ADT plugin (DDMS 0.9.0 & ADT 0.9.0) + Android SDK 1.5 + JDK 1.5.0_6 in a Windows Vista and I have created a new project (MyApp). These logs are shown in the console: [2009-04-28 12:45:06 - MyApp] no classfiles specified [2009-04-28 12:45:06 - MyApp] Conversion to Dalvik format failed
Informacja: 2009-04-29
Czytaj: Could not find MyApp.apk!
How to publish application to own device without Android Market?
is it possible to develop an application, package it and publish it for testing with my local device?
Informacja: 2009-04-29
Czytaj: How to publish application to own device without Android Market?
ListView Activity, fill space
I have this xml layout for a ListActivity. ?xml version="1.0" encoding="utf-8"?> <LinearLayout android:id="@+id/VoicemailLayo ut" xmlns:android="[link]" android:layout_width="fill_par ent" android:layout_height="fill_pa rent" android:orientation="vertical" >
Informacja: 2009-04-29
Czytaj: ListView Activity, fill space
Re: Problems with 1.5 SDK
I have the same problem with 1.5 SDK (1.1 worked fine) I am running vmlinuz-2.6.27.21-78.2.41.fc9. x86_64 [don@localhost tools]$ ddms Error Loading Preferences 32:06 E/ddms: shutting down due to uncaught exception 32:06 E/ddms: java.lang.UnsatisfiedLinkError : /home/don/andriod/ android-sdk-linux_x86-1.5_r1/t ools/lib/libswt-pi-gtk-3236.so : /home/
Informacja: 2009-04-29
Czytaj: Re: Problems with 1.5 SDK
Re: New SDK 1.5 issue
It need not removed ur old SDK and 0.8ADT plugin. u must download new SDK1.5 and 0.9ADT plugin. 1.u must have Eclipse 3.3 or 3.4. Eclipse 3.2 is no longer supported. 2.u need creat an AVD.u need use the android tools. u saied to a lots of errors? pls upload ur error messages,that we can help u solution it.Thx
Informacja: 2009-04-29
Czytaj: Re: New SDK 1.5 issue
background.png adding to a snake game
Hi All, I am trying to learn android application development. For start I am trying to modify the snake game which is given in SDK samples. Could you please tell me how to change the background of snake game through code. I want to insert my image instead of black color background. Please tell me how to go ahead.
Informacja: 2009-04-29
Czytaj: background.png adding to a snake game
Re: [android-beginners] ListView Activity, fill space
Hi, Get rid of the LienarLayout around ListView, it's useless. Then simply add android:weight="1.0" to ListView and change its height to 0dip. -- Romain Guy Android framework engineer romain...@android.com Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on
Informacja: 2009-04-29
Czytaj: Re: [android-beginners] ListView Activity, fill space
Re: switch / if statement, efficiency question
[...] For a single element, an "if" statement will be faster and more compact. Unless you're calling it thousands of times per second, it's not going to make a difference in performance. It's probably using about 20 more bytes of Dalvik bytecode than the equivalent "if", so unless you have a bunch of them the size won't matter either.
Informacja: 2009-04-29
Czytaj: Re: switch / if statement, efficiency question
SDK 1.5 - "Emulator Control" don´t send GPS location
Hi all, I installed de SDK 1.5 with the ADT 0.9 plugin, but I can´t send the GPS location using the Emulator Control view as before.. But using telnet and the "geo fix" command it works. Any idea ? Anybody could get the Emulator Control view work with the new sdk/ plugin ? thank you
Informacja: 2009-04-29
Czytaj: SDK 1.5 - "Emulator Control" don´t send GPS location
Re: How to add my application to the build process?
Thank you for the reply. Yes, I know how to use adb to install an application by hand. But I'm asking how to add an application to the build process. I'd like to create a customized image containing my application. Is that possible? I think I can copy the directory of an existing application and
Informacja: 2009-04-29
Czytaj: Re: How to add my application to the build process?
Who is attending Google I/O?
If you are attending this years Google I/O Developers Conference you can connect with others attending here: [link] I thought it would be good to keep in-touch with the attendees before and after the conference. If you are attending, what do you plan on getting out of it? Tips &
Informacja: 2009-04-29
Czytaj: Who is attending Google I/O?
Emulator not starting, NAND could not write error
I'm running eclipse 3.4, adt 0.9 and sdk 1.5. Just trying to run the hello world app I get the following: Automatic Target Mode: launching new emulator with compatible AVD 'my_avd' Launching a new emulator with Virtual Device 'my_avd' NAND: could not write file /tools/android-sdk-linux_x86-1 .5_r1/
Informacja: 2009-04-29
Czytaj: Emulator not starting, NAND could not write error
android.bat -> NullPointerException for making AVD file !
Hello, I used to be able to properly make AVD files using android.bat file Now, I don't really know what I've changed, but I always get this : D:\android-sdk-windows-1.5_r1\ tools>android.bat create avd -t 3 -n myAVD Exception in thread "main" java.lang.NullPointerException at java.util.Collections$Unmodifi ableMap.<init>(Unknown
Informacja: 2009-04-29
Czytaj: android.bat -> NullPointerException for making AVD file !