Re: [android-beginners] progressDialog
If i understand correctly, you're showing it and closing it in the same thread and in the same method... That seem wrong to me in event driven development. I would have a piloting thread (like the one which instantiate your activity) that launch your long process IN ANOTHER THREAD, and create the
Informacja: 2009-04-10
Czytaj: Re: [android-beginners] progressDialog
Handing incoming calls
Hi, I'm having issues using the android.intent.action.ANSWER Intent. From what I understand in the reference documentation, it's an Activity Action, not a Broadcast Action. This means that I can't "wake up" my app by setting a intent-filter on it, it means I can send the intent to ask android to answer an incoming call. But... since an incoming call makes
Informacja: 2009-04-10
Czytaj: Handing incoming calls
Re: How to destroy an Activity in android
hi, as per mark told you use the finish() method to end the activity. when you finish() the activity the onDestroy() will get called. I hope your don the onCreat() and OnDestroy() methods well.
Informacja: 2009-04-10
Czytaj: Re: How to destroy an Activity in android
How to determine where a CheckedTextView is 'clicked'
Hello, I want to know if a user has selected the text portion or the check box graphic portion of a CheckedTextView. I want different behaviour depending on where they select. If they click on the text then I want to edit the underlying object and if they select the check box then I want to close off the object.
Informacja: 2009-04-10
Czytaj: How to determine where a CheckedTextView is 'clicked'
Restoring the active Activity while resuming the application
Hello all, I have two activities running: MainActivity and ChildActivity. Whenever the user clicks in the button in MainActivity, the ChildActivity is launched. What I want to do is this: When the active activity is the ChildActivity and the user clicks the home button then relaunch the application (like opening from the
Informacja: 2009-04-10
Czytaj: Restoring the active Activity while resuming the application
Scrolling TextView without the dimming effect?
When scrolling in a TextView it has an annoying effect that dims the background while scrolling (touch scrolling). This makes the text very hard to read and difficult for the user to know when to stop scrolling. See RoboTop application in the market to see what I mean. I'm not sure what is causing the dimming effect or how to disable it.
Informacja: 2009-04-10
Czytaj: Scrolling TextView without the dimming effect?
Re: [android-beginners] how to connect Android with Sqlite3.
haiii i will send some code for go thro in that and make the one object of that one in u r activity class and use this... import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.SQLException; import android.database.sqlite.SQLite Database;
Informacja: 2009-04-10
Czytaj: Re: [android-beginners] how to connect Android with Sqlite3.
Using GDATA from within Android for calendar access?
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 some code to try. If I start it as a java
Informacja: 2009-04-10
Czytaj: Using GDATA from within Android for calendar access?
Restoring the active Activity while resuming the application - sent again
Hello all, I have two activities running: MainActivity and ChildActivity. Whenever the user clicks in the button in MainActivity, the ChildActivity is launched. What I want to do is this: When the active activity is the ChildActivity and the user clicks the home button then relaunch the application (like opening from the
Informacja: 2009-04-10
Czytaj: Restoring the active Activity while resuming the application - sent again
Re: Change the location of the tab in a TabLayout
Bump! Is there a way to do this? This would be incredibly useful when having a tab layout in horizontal screen orientation. The tabs themselves take up a lot of vertical screen space...
Informacja: 2009-04-10
Czytaj: Re: Change the location of the tab in a TabLayout
How to: (new) HTTP API
I've read a lot of tutorials explaining how to use the HTTP Client from the previous Android SDK. With SDK 1.1 r1 this API has totally changed. Is there any tutorial for this new API? Is it possible to interact with a J EE application? I mean, on the one side there is the J EE Application on the Internet, on the other side
Informacja: 2009-04-10
Czytaj: How to: (new) HTTP API
Multicast problem
Hi, I'm trying to develop an application that need to send UDP Multicast packets to the local network. There is a few equipments that respond to this packets and send back some informations. I'm not worried with the server right now, because there is a server on the same network that collect all this multicast data.
Informacja: 2009-04-10
Czytaj: Multicast problem
Seeking shipping info for dew phone to Australia
Thinking of purchasing an Android Dev Phone, but can't find any info of the price of shipping to Australia. Not wishing to pay $US25 to join the market place just to find pricing I've been searching the web and discussing it on the local Linux User Group mailing list. So far I've found a couple of posts about Sinapore and the UK on this mailing list
Informacja: 2009-04-10
Czytaj: Seeking shipping info for dew phone to Australia
Subclassed ImageView does not draw in Gallery View
I am subclassing the ImageView class and adding to the Gallery View. But, nothing seems to get drawn in the expected location; though I can fling through the Gallery list. I added an image from a resource, and it shows up correctly in the Gallery. Any idea on why this may be happening? Here is the code I am using:
Informacja: 2009-04-10
Czytaj: Subclassed ImageView does not draw in Gallery View
MVC model state change requires creating an Intent?
Hi, I have a main activity class that launches a couple of my subordinate activities from a tabHost. Periodically (actually when I receive an incoming message on a socket), I want to inform the subordinate activities that application state has changed so that they can refresh their views.
Informacja: 2009-04-10
Czytaj: MVC model state change requires creating an Intent?
Emulator boot without the GUI interface, just show the "ADDROID" screen saver
Hi all I had fellow the "To check out the cupcake branch (http:// source.android.com/roadmap/cup cake)" instruction to check out the "cupcake" branch of android. After "make" the cupcake source code, i copy those three image files (ramdisk.img,system.img,userda ta.img) @ /out/target/product/generic/
Informacja: 2009-04-10
Czytaj: Emulator boot without the GUI interface, just show the "ADDROID" screen saver
get information from web service
I am new at this and I was hoping someone can point me in the right direction. I created an endpoint (web service) in MSSQL Server. I know that that uses soap to communicate. How do I go about using that web service in android. A tutorial would be great. I have seen some tutorials using kSOAP but I didn't quite grasp how it ties into the
Informacja: 2009-04-10
Czytaj: get information from web service
OnDraw in subclass of ImageView not working with custom canvas drawing
I subclassed the ImageView class inorder to draw a Picture in an ImageView. The ImageView is added to a Gallery In my activity class: Gallery g = (Gallery) findViewById(R.id.gallery); g.setAdapter(new ImageAdapter(this)); My Adapter class: private class ImageAdapter extends BaseAdapter{ ..
Informacja: 2009-04-10
Czytaj: OnDraw in subclass of ImageView not working with custom canvas drawing
Install Android on a LapTop
Can I install Android on a Laptop ? Thx
Informacja: 2009-04-10
Czytaj: Install Android on a LapTop
selling android-games based on Google Maps
Hi, I want to develop an Android-Game, which is going to make use of Google Maps. Can I actually sell that game or has it to be free of any charge? I have read the "Terms and Conditions" of the Google Maps API and that is the reason why I am not sure if I can actually sell my game. My game is not going to make use of any satellite-images. But would
Informacja: 2009-04-10
Czytaj: selling android-games based on Google Maps
Get list from Website ( PHP , MySQL , HTTP request , XML )
Im having a problem. I am trying to build a software that communicates with a website. simply, i would like to have a php webpage that when i click a button it creates an alert on the phone. I planned on doing that by using a mysql database to with the website where the click from the webpage will update the database, then the
Informacja: 2009-04-10
Czytaj: Get list from Website ( PHP , MySQL , HTTP request , XML )
Re: Using GDATA from within Android for calendar access?
Does your AndroidManifest.xml mention that your app needs internet access? If you don't then you would get an exception when you do anything that tries to use the internet. Look up permissions if you don't know what I'm referring to. From the looks of it you just had eclipse fill in an auto generated
Informacja: 2009-04-10
Czytaj: Re: Using GDATA from within Android for calendar access?
Re: [android-beginners] Re: Change the location of the tab in a TabLayout
I don't think a Gallery would work for what I'm trying to do. I've attached something of a schematic of what I'm trying to do to this reply. Hopefully it attaches fine. It's a crude diagram, but it should convey the intent. In case the image doesn't show up, here's a description: In the default tab view, the tab names and icons show up at the top of the
Informacja: 2009-04-10
Czytaj: Re: [android-beginners] Re: Change the location of the tab in a TabLayout
problems with bitmaps
Hi everybody I am having a problem with the BitmapFactory: this is my function, that reads a stream, and returns a bitmap: static Bitmap getBitmap(InputStream is) throws IOException { Bitmap bmp=null; //do some stuff... bmp=BitmapFactory.decodeStream (is);
Informacja: 2009-04-10
Czytaj: problems with bitmaps
Re: [android-beginners] How to: (new) HTTP API
yves wrote: HttpClient is a product of the Apache Foundation. Documentation, including examples, can be found at: [link]. Presumably yes. Presumably yes. Yes.
Informacja: 2009-04-10
Czytaj: Re: [android-beginners] How to: (new) HTTP API
Re: [android-beginners] Install Android on a LapTop
That would probably be a question for whoever might be working on porting Android to work on your variety of laptop. You might consider scanning the archives of the [android-porting] Google Group to see if anyone is porting Android to your desired hardware: [link]
Informacja: 2009-04-10
Czytaj: Re: [android-beginners] Install Android on a LapTop
Re: [android-beginners] Get list from Website ( PHP , MySQL , HTTP request , XML )
That tutorial is rather old from the standpoint of Android. Most tutorials written before September 2008 will require some amount of modification to work on current Android SDK editions. That class was removed from the SDK, IIRC. Use a more up-to-date resource! There are many open source Android projects on code.google.com and
Informacja: 2009-04-10
Czytaj: Re: [android-beginners] Get list from Website ( PHP , MySQL , HTTP request , XML )
It's time to start learning Spring to integrate Flex and BlazeDS with robust server-side services
Spring is one of my favourite frameworks. It's an open source framework that helps the developers' life. Thanks to the Inversion of Control (IoC) pattern that Spring uses, it will save a lot of time in developing. In fact there are some factors you have to consider when you develop a Java application.Using the standard JEE approach you'll tend to write a lot of unuseful and repeatedly code or implementing J2EE design patterns that are workarounds for technology limitations rather than real solut
Informacja: 2009-04-10
Czytaj: It's time to start learning Spring to integrate Flex and BlazeDS with robust server-side services
Oracle Portal Template Creation - Web Design - CSS by searchseo
Oracle Portal Templates from PSD File - CSS - HTML Looking for someone experienced in Oracle Portal Template Creation to implement our design in the standard portlet containers. We will supply a PSD - Photoshop file with the layouts, images and styles
Informacja: 2009-04-10
Czytaj: Oracle Portal Template Creation - Web Design - CSS by searchseo
IT Certification Exam Engine Mega Pack
Actual Test IT Exam Engines List: Included Exams: 000-232 - pSeries Administration and Support for AIX 5L V5.2 Test Engine Exam simulator 000-233 - AIX 5L Installation,Backup and System Recovery Test Engine Exam simulator 000-234 - AIX 5L Performance and Systems Tuning Test Engine Exam simulator 000-235 - AIX 5L Problem Determination Test Engine Exam simulator 000-236 - AIX 5L Communications Test Engine Exam simulator 000-266 - AS/400 RPG IV Programmer Test Engine Exam simulator
Informacja: 2009-04-10
Czytaj: IT Certification Exam Engine Mega Pack
Google Announces new Version of App Engine
Google Inc. has announced a new version of Google App Engine, furthering its goal of making Google
Informacja: 2009-04-10
Czytaj: Google Announces new Version of App Engine
T-Mobile announces New York City Launch Event on April 21st
T-Mobile has just recently sent out some email invitations for a launch event on April 21st that will be taking place in New York City. Exciting
Informacja: 2009-04-10
Czytaj: T-Mobile announces New York City Launch Event on April 21st
O hai, private T-Mobile launch event
Well, we all know what went down last time T-Mobile held a private launch event in NYC
Informacja: 2009-04-10
Czytaj: O hai, private T-Mobile launch event
First Look at Handmark
Yesterday, I was lucky enough to grab a copy of Handmark
Informacja: 2009-04-10
Czytaj: First Look at Handmark
T-Mobile announcing something in NYC on April 21st
The details are all kinds of sparse, but T-Mobile is sending
Informacja: 2009-04-10
Czytaj: T-Mobile announcing something in NYC on April 21st
10 Reasons You Need Documents To Go for Android
Who doesn't love top 10 lists? We certainly do, so here are the top 10 reasons that you NEED Documents To Go for Android!10. More Than Viewing
Informacja: 2009-04-10
Czytaj: 10 Reasons You Need Documents To Go for Android
Lenovo oPhone Video Demo
The Lenovo oPhone looks O so much like the unrelated and similarly named I device and that probably isn
Informacja: 2009-04-10
Czytaj: Lenovo oPhone Video Demo
Posts about Mobile Internet as of April 9, 2009
ARM Cortex-A8 MID debuts - motd.ambians.com 04/09/2009 HY Research announced what it calls the first mobile Internet Device (MID) based on the Texas Instruments BeagleBoard. Powered by the BeagleBoard
Informacja: 2009-04-10
Czytaj: Posts about Mobile Internet as of April 9, 2009
Apple sued, again! This time touchscreen technology
After being sued for promoting iPhone as e-book reader , using camera sensor technology and over screen
Informacja: 2009-04-10
Czytaj: Apple sued, again! This time touchscreen technology
Moblin instant-on OS promises 2-second boot time
Moblin, the Intel-founded Linux-based operating system, hopes to achieve an ambitious boot time of just two seconds in future iterations of its instant-on OS. The Moblin Linux kernel was created to be a fast and lightweight platform, specifically designed to run on an Intel Atom CPU.Whilst some may view these claims as lofty, Intel revealed that the major components of its software stack, including its graphics system, can already boot up in just a few seconds when using the latest Moblin Alpha
Informacja: 2009-04-10
Czytaj: Moblin instant-on OS promises 2-second boot time
Rhomobile
Attention Developers! Rhomobile
Informacja: 2009-04-10
Czytaj: Rhomobile
Review: LG Arena KM900 S-Class UI touchscreen mobile phone
Many of you will remember this time last week, we were invited to the exclusive launch of the LG Arena KM900 blogger event ( here and here !). It was a great chance to be able to see live for the first time how the latest LG S-Class user interface worked on the new LG Arena - a full touchscreen mobile phone which LG has pitched to be
Informacja: 2009-04-10
Czytaj: Review: LG Arena KM900 S-Class UI touchscreen mobile phone
T-Mobile Private Launch Event on April 21
Let the speculation begin! T-Mobile will be hosting a special launch event on Tuesday, April 21 st (I though Apple had a corner on Tuesdays?). Likely candidates for release include the new HTC Magic (Android heir to T-Mobile G1) and an Android update (Cupcake?). What else might T-Mobile have up their sleeves? More possible rumors for release include: The new Sidekick from Sharp with 3G Android based Huawei phone Home phone Tablet Cupcakes for everybody Jonas Brothers 3G
Informacja: 2009-04-10
Czytaj: T-Mobile Private Launch Event on April 21
5 Cellphone Trends Changing The World
Apple makes more news when it hiccups about its next-gen iPhone, supposedly coming in late June or early July, than was generated by the entire CTIA cellphone show last week in Las Vegas. (more
Informacja: 2009-04-10
Czytaj: 5 Cellphone Trends Changing The World
HTC Dream: Check Memory (RAM) Amount
Posted on Apr 09, 2009 under Android Tips | Q: Where can I find how much memory or RAM is in my HTC Dream Android powered smartphone.A: 1. From the Home screen, press Menu.2. Tap Settings.3. Scroll down and tap SD card & phone storage.
Informacja: 2009-04-10
Czytaj: HTC Dream: Check Memory (RAM) Amount
T-Mobile USA launch event scheduled for April 21. G2 announcement?
T-Mobile
Informacja: 2009-04-10
Czytaj: T-Mobile USA launch event scheduled for April 21. G2 announcement?
T-Mobile holding launch event on April 21st
Wow. April 21st is going to be a busy day! First, we have the official announcement from Bluetooth SIG about Bluetooth 3.0 schedule for that day and now T-Mobile is holding a private launch event , too. Interesting. Very interesting, indeed. I mean, it could be just about anything, couldn
Informacja: 2009-04-10
Czytaj: T-Mobile holding launch event on April 21st
Pixelpipe: A Distribution Console For All Your Media Links
Pixelpipe, a Web service that lets you syndicate text, audio, video and image files to 75 social networks, blogs and sites, is launching a new version that will allow you to customize the landing page of your Pixelpipe account to look more like your profile on Facebook or Twitter. The new version targets the micro-blogging networks and sites, giving users the ability to send various types of media files through shortened urls across several different social networks. Like TwitPic, Pixel
Informacja: 2009-04-10
Czytaj: Pixelpipe: A Distribution Console For All Your Media Links
T-Mobile G3 revealed
According to GSMarena , the mysterious Android -based Huawei phone first showed off during the MWC 2009 event will in fact be the anticipated T-Mobile G3 . The phone itself has a large touch screen and will include no QWERTY keyboard in its slim design. The device will have 3G support as well as Wi-Fi support and an impressive 5MP camera. The only other known details are that the device will have a 3.5-mm headphone jack, Bluetooth connectivity, and obviously, the latest Android platform.
Informacja: 2009-04-10
Czytaj: T-Mobile G3 revealed
Bill Gates Reboots Engine Technology
During the dotcom boom, Bill Gates made a speech where he explained how if the auto industry had kept up with the computer industry we would be driving $25 cars which get 1,000 miles to each gallon. GM was said to have responded with a press release which among other things said if Microsoft designed cars they would crash twice a day and occasionally, for no reason, your car would lock you out and refuse to let you in until you simultaneously lifted the door handle, turned the key and grabbe
Informacja: 2009-04-10
Czytaj: Bill Gates Reboots Engine Technology