Gphone.pl, Android, Google, IPhone, Open Social » 2010-03-10

Wiadomości z dnia 2010-03-10

Sortuj wiadomości według: Nazwy | Daty | Losowo

insatallation problem

hi.. I am on eclipse 3.5 i am getting an error Failed to fetch URL [link], reason: Connection refused: connect what do i do?
Informacja: 2010-03-10
Czytaj: insatallation problem

Internet Download Manager 5.18.7 | 6.1 Mb

Internet Download Manager 5.18.7 | 6.1 Mb [link] 16 Download Managers in 1 Pack | 54 MB [link] YouTubeGet 5.4 | 5 Mb [link]
Informacja: 2010-03-10
Czytaj: Internet Download Manager 5.18.7 | 6.1 Mb

March 11th, 6-8 pm Mass GTUG meeting - Android Development - Developer Perspective

If you live in Boston greater area, you are welcome to join the local chapter of GTUG [link] for Android themed meeting. Luke Hutchinson and Greg Milette who are both Android developers will provide the API overview and share their experience in mobile development. The meeting is scheduled for this Thursday, March 11th at 6 pm. This
Informacja: 2010-03-10
Czytaj: March 11th, 6-8 pm Mass GTUG meeting - Android Development - Developer Perspective

Menus :)

Hey, I recentley got my Android phone and I am trying to make a basic RSS reader out of the source code of TheHHandySize(a basic rss reader android google code project somewhere). Please don't ask me to download one that's already out there, I want to have one that I can modify and stuff. So basically it's all working well and I understand how it's reading
Informacja: 2010-03-10
Czytaj: Menus :)

need help regarding map activity--showing blank graph with zoom control only no location view

*when creating a map activity ...done with api key n all* *but getting blank graph view ...google locations are not coming plz help* * * *my code''* * ------------------------------ ------------------------------ ------------------------ * *.java file* * * * package com.map; import com.google.android.maps.MapAct ivity;
Informacja: 2010-03-10
Czytaj: need help regarding map activity--showing blank graph with zoom control only no location view

new to list

Hello all, I just joined this list and thought I would introduce myself. I am in college for computer science. One of my classes this semester is on Android development, and I am pretty far behind everyone else. I am still having no luck with the Notepad tutorials, while the rest of the class is on their second assigned project.
Informacja: 2010-03-10
Czytaj: new to list

OnClickListener in my ListView

How do I add a listner to the list... please show with code ======= JAVA ======= public class VelgKomponent extends ListActivity implements OnClickListener{ String[] listItems = { "exploring", "android", "list", "activities", "1", "2", "3", "4" }; @Override public void onCreate(Bundle savedInstanceState) {
Informacja: 2010-03-10
Czytaj: OnClickListener in my ListView

Populate ListView inside a Activity

How can I populate array COUNTRIES to the ListView "list" @+id/ lKompListe ? ========= XML ========= <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="[link] android" android:orientation="vertical" android:layout_width="fill_par ent" android:layout_height="fill_pa rent">
Informacja: 2010-03-10
Czytaj: Populate ListView inside a Activity

Re: activitynotfound exception

Inside onClick of Button u do the below steps Intent intent = new Intent(this, MyPreferenceActivity.class); startActivity(intent); Regards, SREEHARI
Informacja: 2010-03-10
Czytaj: Re: activitynotfound exception

Re: App running on dev phone creates a log??

Yo Da Man Mark! Hope I don't use up all my question tickets before I get into the hard ones...
Informacja: 2010-03-10
Czytaj: Re: App running on dev phone creates a log??

Re: can we launch an activity from windowManagerService?

Hi Justin, The WindowManagerService itself had a context variable named mContext. I used it to start an activity and It worked.. Thanks for the help.
Informacja: 2010-03-10
Czytaj: Re: can we launch an activity from windowManagerService?

Re: he application Settings(process com.android.settintgs) has stopped unexpectedly."

As you point out, there IS no support for Bluetooth in the emulator, so there is nothing to enable. If you decide to write your own emulator and include Bluetooth support, please let us know as there are many others who would like it also.
Informacja: 2010-03-10
Czytaj: Re: he application Settings(process com.android.settintgs) has stopped unexpectedly."

Re: insatallation problem

want to add one more thing..i am working behind a corporate proxy..
Informacja: 2010-03-10
Czytaj: Re: insatallation problem

Re: Level-List

I got the same problem. For me it was that the XML file was added to 'values' folder, not 'drawable' Hope that helps.
Informacja: 2010-03-10
Czytaj: Re: Level-List

Re: OnClickListener in my ListView

Use onListItemClick(ListView list, View view,int position, long id) REgards, SREEHARI
Informacja: 2010-03-10
Czytaj: Re: OnClickListener in my ListView

Re: Snake Demo Question

Thanks for the response! Takes about 3 weeks to get a post and response on here! Wow.... I am really just getting up to speed on formatting issue....crawling right now. I'm a noob, so this may seem obvious to veterans but...after digging a little deeper into the demo, I found this; /** * Draws some apples.
Informacja: 2010-03-10
Czytaj: Re: Snake Demo Question

Re: Stack Trace permission denied

Hi, I have the same error, I ran my emulator on my iMac and then I connected to the device with adb shell and did: cd /data chmod 777 anr After this my application could write into the file: 03-07 18:32:17.833: INFO/Process(52): Sending signal. PID: 518 SIG: 3 03-07 18:32:17.833: INFO/dalvikvm(518): threadid=7: reacting to signal
Informacja: 2010-03-10
Czytaj: Re: Stack Trace permission denied

Re: [android-beginners] activitynotfound exception

Hi check the package name that your activity has and the package name the manifest file has. Also check what package name you are giving in your intent. Thanks & Regards, Yousuf Syed 773-719-4786
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] activitynotfound exception

Re: [android-beginners] add text to a drawable? (maps question)

You can certainly have different Drawables per pin at runtime: [link] I haven't tried creating a custom Drawable, rendered from a Canvas or something, so I don't know much about that aspect.
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] add text to a drawable? (maps question)

Re: [android-beginners] App running on dev phone creates a log??

BobG wrote: adb logcat, DDMS, or the DDMS perspective in Eclipse, with the device connected to the computer via the USB cable.
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] App running on dev phone creates a log??

Re: [android-beginners] Buying a new Android phone - can I keep my apps?

If you're signing in to the new phone with the same Google account you used to buy them, they should be there waiting for you when set up your new phone. ------------------------------ ------------------------------ ------------------------------ ------- TreKing - Chicago transit tracking app for Android-powered devices
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] Buying a new Android phone - can I keep my apps?

Re: [android-beginners] Database Help

Hi Jimmy, Hope this will help you getting started with databases. [link] Thanks & Regards, Yousuf Syed 773-719-4786
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] Database Help

Re: [android-beginners] Menus :)

[link] <[link]> ------------------------------ ------------------------------ ------------------------------ ------- TreKing - Chicago transit tracking app for Android-powered devices [link]
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] Menus :)

Re: [android-beginners] Re: insatallation problem

If I'm not wrong, The correct link should be : [link] Pleas try this and let me know Regards Sent from my iPhone On Mar 10, 2010, at 8:37 AM, Taruna Maddali <taruna.madd...@gmail.com> wrote:
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] Re: insatallation problem

Re: [android-beginners] Re: OE 1.2.1 usb internet tethering does not work

you mean i cannot use internet tethering on OE 1.2.2? good luck, i did not upgrade :)
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] Re: OE 1.2.1 usb internet tethering does not work

Re: [android-beginners] transforming an activity to a modal full screen dialog

You can set the activity theme to look like a dialog... ------------------------------ ------------------------------ ---------- There are only 10 types of people in the world... Those who know binary and those who don't. ------------------------------ ------------------------------ ----------
Informacja: 2010-03-10
Czytaj: Re: [android-beginners] transforming an activity to a modal full screen dialog

Slowing down gesture builder?

Is there a way to slow down gesture builder? I tried overriding the fadeXXX options of GestureOverlayView but no luck. My problem right now is that I'm trying to input a gesture with a lot of strokes. But the timeout is too short to get them all inputed. If I'm quick enough I can get 2 strokes in but as soon as I try a 3rd, the
Informacja: 2010-03-10
Czytaj: Slowing down gesture builder?

Tab widget first tab intent oncreate always called regardless we set tab2 as default tab

Following is the example of tabs with intent data. While debugging i found that always when first tab we add in tab host in our case following tab tabHost.addTab(tabHost.newTabS pec("tab1") .setIndicator("list") .setContent(new Intent(this, List1.class))); oncreate method of "List1" intent get called regardless it is our
Informacja: 2010-03-10
Czytaj: Tab widget first tab intent oncreate always called regardless we set tab2 as default tab

to get/generate nonce. error in random, getBytes Options

Hello every1, I am now working on a program which is someting related to IMS. I want the Server to send back a nonce to the Client. In order to get nonce, I tried using the code from this site. ==> [link] -Use java.security.SecureRandom: --byte[] nonce = new byte[16];
Informacja: 2010-03-10
Czytaj: to get/generate nonce. error in random, getBytes Options

transforming an activity to a modal full screen dialog

Hi, I'm trying to start an activity, calling startActivityForResults(...) from a method which doesn't belong to the parent(the one who start the new one) activity, and make sure this method doesn't return a result before the child activity finish (providing the results). There is a simple way to transform this activity into modal one? or I have to
Informacja: 2010-03-10
Czytaj: transforming an activity to a modal full screen dialog
Strony: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 »

Stronę wygenerowano w 0.1 sek. | Forum, programowanie | Gphone, platforma Google Android | Gabinet stomatologiczny Wrocław