[android-developers] Suggestion of Augmented Reality SDK?

2012-09-12 Thread Duygu Kahraman
I am interested in augmented reality but i am newbei about this topic.I read some suggesstion about SDK.I download metaio,wikitude,vuforia sdk but i can not run sample of them.Can anybody face this problem? if it is not can anybody suggest some SDK about AR? OR some link related AR step by

[android-developers] getting contact call with time in Call Log with code?

2011-09-24 Thread Duygu Kahraman
i want to use monthly call log detail in my project but i have no idea about that and i want to last call with time.Have you got any ideas? thx for advice. Duygu -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

Re: [android-developers] Adding TableRow on top of TableLayout

2011-10-17 Thread Duygu Kahraman
For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- --- Duygu Kahraman http://tr.linkedin.com/in/duygukahramann -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] How do i mapview border?

2011-11-09 Thread Duygu Kahraman
Hi; I want to a border from mapview.I have design for mapview but when i do mapview background property,it doesnt work. Can anybody help me please? Duygu Kahraman http://www.linkedin.com/in/duygukahramann -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Blank Map When download app Android Market

2011-11-21 Thread Duygu Kahraman
Hi All; I have a problem about google map. I did an app about include google maps.When i run the app with Eclipse ,map is seeming everything is ok. I signed the app and upload Android Market. When i dowload this app for check i see the map blank. I changed map key but it doesnt work? Anybody

Re: [android-developers] Blank Map When download app Android Market

2011-11-21 Thread Duygu Kahraman
Sood Sent from my Nexus S On Nov 21, 2011 4:30 PM, Duygu Kahraman duygu.kahram...@gmail.com wrote: Hi All; I have a problem about google map. I did an app about include google maps.When i run the app with Eclipse ,map is seeming everything is ok. I signed the app and upload Android Market

Re: [android-developers] Blank Map When download app Android Market

2011-11-21 Thread Duygu Kahraman
i solve my problem. Hi Treking.Do you have got same problem? 21 Kasım 2011 19:48 tarihinde TreKing treking...@gmail.com yazdı: On Mon, Nov 21, 2011 at 10:30 AM, Duygu Kahraman duygu.kahram...@gmail.com wrote: I signed the app and upload Android Market. When i dowload this app for check i

Re: [android-developers] Updating Android Product

2011-11-23 Thread Duygu Kahraman
email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- --- Duygu Kahraman http://tr.linkedin.com/in/duygukahramann -- You received this message because you are subscribed to the Google Groups

[android-developers] Duygu Kahraman want to chat with you

2011-12-01 Thread Duygu Kahraman
Hi All; Anybody want to share experience or knowledge about android,can add me from gtalk. duygu.kahram...@gmail.com -- 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

[android-developers] ScrollView can host only one direct child Error

2011-12-08 Thread Duygu Kahraman
One of my project I added a scrollview to a layout.And I added a button to other layout.When i click the button 1 button is added .But when i clikced one more time i am get java.lang.IllegalStateException: ScrollView can host only one direct child error.I googled but all people say that you

[android-developers] ScrollView Component Position

2011-12-09 Thread Duygu Kahraman
I have a scrollview and When i pressed a button I am adding some button to scrollview.My problem is when i add button i want to get id which is clicked button. Have you got any idea? How can i get view count from scrollview and getıd from this view. THX. -- You received this message because

[android-developers] How can i Assign a id to view Programmatically?

2011-12-10 Thread Duygu Kahraman
=@+id/something like that. I think setid() is not same to default assignment.Setid() is extra. Can anybody correct me? Thx. Duygu Kahraman -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

Re: [android-developers] Re: How can i Assign a id to view Programmatically?

2011-12-10 Thread Duygu Kahraman
To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- --- Duygu Kahraman http://tr.linkedin.com/in/duygukahramann -- You received this message because you

Re: [android-developers] Re: How can i Assign a id to view Programmatically?

2011-12-11 Thread Duygu Kahraman
at http://groups.google.com/group/android-developers?hl=en -- --- Duygu Kahraman http://tr.linkedin.com/in/duygukahramann -- 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

[android-developers] Json Error “org.json.JSONException: End of input at character 0 of ”

2011-12-11 Thread Duygu Kahraman
I get some information facebook api and i will parse with Json.But when run the program i am getting org.json.JSONException: End of input at character 0 of error.When i debug i see Bad Request to response. Do you have any idea? THX. Duygu Kahraman -- You received this message because you

[android-developers] Custom layout addView issue

2011-12-13 Thread Duygu Kahraman
I am doing custom layout.But i want to seem like in the screen button,image,text. See http://stackoverflow.com/questions/3885077/relativelayout-programatically-in-android .I want to add a button on the left side.Can anybody help me? My code is: RelativeLayout.LayoutParams lp1=new

[android-developers] how can i add button titlebar in android PROGRAMMATICALLY?

2011-12-13 Thread Duygu Kahraman
I want to add a button in titlebar .I googled but all code is with xml.I want to do programmatically.Can anybody get some reference or code snippet ? Can anybody help me? THX. Duygu Kahraman -- You received this message because you are subscribed to the Google Groups Android Developers group

Re: [android-developers] Re: how can i add button titlebar in android PROGRAMMATICALLY?

2011-12-13 Thread Duygu Kahraman
I will do some dinamic actions.so i dont want with xml and i want to learn this way 13 Aralık 2011 17:33 tarihinde skink psk...@gmail.com yazdı: Duygu Kahraman wrote: I want to add a button in titlebar .I googled but all code is with xml.I want to do programmatically.Can anybody get some

Re: [android-developers] ScrollView Component Position

2011-12-13 Thread Duygu Kahraman
Hi Treking; I fixed it.Thanks:) 13 Aralık 2011 22:09 tarihinde TreKing treking...@gmail.com yazdı: On Fri, Dec 9, 2011 at 4:03 AM, Duygu Kahraman duygu.kahram...@gmail.comwrote: My problem is when i add button i want to get id which is clicked button. Read the docs for View class

[android-developers] Change visibility button from titlebar programmatically?

2011-12-14 Thread Duygu Kahraman
I have a problem button visibility.I have 2 button from titlebar.I get their id from xml.but edit.setVisibility(View.INVISIBLE); doesnt work.What is wrong?I want to change their visibility programmatically. @Override public void onCreate(Bundle savedInstanceState)

Re: [android-developers] Re: Change visibility button from titlebar programmatically?

2011-12-14 Thread Duygu Kahraman
, R.layout.main); } 14 Aralık 2011 11:52 tarihinde skink psk...@gmail.com yazdı: On 14 Gru, 10:26, Duygu Kahraman duygu.kahram...@gmail.com wrote: I have a problem button visibility.I have 2 button from titlebar.I get their id from xml.but edit.setVisibility

[android-developers] Adding a button to the titlebar from xml

2011-12-15 Thread Duygu Kahraman
anybody help me? This is my post:http://stackoverflow.com/questions/8517539/adding-a- button-to-the-titlebar-from-xml Duygu Kahraman -- 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

[android-developers] Animation effect from button?

2011-12-20 Thread Duygu Kahraman
It can be basic but i didnt do before. I have a button.And i add a window from button.But i want to this window color lightening like a alarm effect(Means black window will turn red smooth effect). How can i do that? I must use animation or a can do it this way. THX. Duygu Kahraman -- You

Re: [android-developers] Re: ContentProvider Memory Leak

2011-12-21 Thread Duygu Kahraman
...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -- --- Duygu Kahraman http://tr.linkedin.com/in/duygukahramann -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Mapview adding point

2012-01-05 Thread Duygu Kahraman
Hi All; I am working on google maps. I am using this http://codemagician.wordpress.com/2010/05/06/android-google-mapview-tutorial-done-right/ . my problem is i dont want to see screen gettin dark when i add point. İ dont want to see

[android-developers] Mapview adding point

2012-01-05 Thread Duygu Kahraman
Hi All; I am working on google maps. I am using this http://codemagician.wordpress.com/2010/05/06/android-google-mapview-tutorial-done-right/ . my problem is i dont want to see screen gettin dark when i add point. İ dont want to see

[android-developers] How can i add pin google maps one more time?

2012-01-06 Thread Duygu Kahraman
I have problem about google maps.I want to add pin when i touch the maps .I used this post when i do project.( http://codemagician.wordpress.com/2010/05/06/android-google-mapview-tutorial-done-right/) My problem is i can add pin just one time.But i want to add a lot of time.I dont understand what

[android-developers] onTouch event of MapView doesn't work after move?

2012-01-10 Thread Duygu Kahraman
I have problem about google map.The part of my project i am trying to adding pin to MapView.When project is begin everything is ok.I am adding pin where i clicked on but when i moved the map and clicked somewhere i can not adding pin.OnTouch event is not working? Can anybody help me? Code is

[android-developers] i cant see Google Maps(Couldn't get connection factory client )

2011-07-19 Thread Duygu Kahraman
=trlnk=gstq=google+map+not+display#159d608a242c8467 is the same problem but when i changed my Google Maps Apı Key it is not working!!! Please help me. Duygu Kahraman http://tr.linkedin.com/in/duygukahramann -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Posting on facebook through my Android APP

2011-07-19 Thread Duygu Kahraman
a dialog box. Is there any way i could post without a dialog box? Any Advice? THX. Duygu Kahraman http://tr.linkedin.com/in/duygukahramann -- 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] Enter Domancy Error İssue

2011-07-25 Thread Duygu Kahraman
): =shouldWifiStayAwake: wifiSleepPolicy 2 07-25 10:25:24.743: ERROR/WifiService(1404): =shouldWifiStayAwake: wifiSleepPolicy 2 07-25 10:25:28.856: ERROR/FastDormancy(1489): before === ENTER DORMANCY === Please Help Me. Duygu Kahraman -- You received this message because

[android-developers] Capture Screen Programmatically?

2011-07-26 Thread Duygu Kahraman
Hi Everyone; I want to screenshot my current screen and store SDCard.İ dont want to use ddms screen capture.when click to ok button screen capture and store it sdcard . How can i do that programmatically? Any code snippet or referance? Please Help Me. THX. Duygu Kahraman -- You received

Re: [android-developers] Capture Screen Programmatically?

2011-07-26 Thread Duygu Kahraman
I am new android.Can you explain that what can i do? Means it is not possible? THX. Duygu Kahraman 2011/7/26 Marcin Orlowski webnet.andr...@gmail.com You must be rooted on most devices to get access to /dev/fb. Regards, Marcin Orlowski *Tray Agenda http://bit.ly/trayagenda* - keep you

[android-developers] ChoiceList Event?

2011-07-26 Thread Duygu Kahraman
Hi all; i want to use ChoiceList in my project but when i choice first i want to go another screen.i find choicelist usage but i couldnt find call every choice to go to another screen? How can i do that. THX. Duygu Kahraman -- You received this message because you are subscribed

[android-developers] Adding pin wrong place in mapview?

2012-01-16 Thread Duygu Kahraman
I am working with Google Map. My problem is when i touch the screen mapview is not adding pin exactly right place.Adding nearly Ycoordinate-50. What is wrong with code? Can anybody help me? Code: public void AddPoint(Drawable drawable, MapView mapView, MotionEvent motionEvent) { p =

Re: [android-developers] Adding pin wrong place in mapview?

2012-01-16 Thread Duygu Kahraman
Can anybody help me please:( 16 Ocak 2012 17:20 tarihinde Duygu Kahraman duygu.kahram...@gmail.comyazdı: I am working with Google Map. My problem is when i touch the screen mapview is not adding pin exactly right place.Adding nearly Ycoordinate-50. What is wrong with code? Can anybody

[android-developers] Lock baloon in Mapview?

2012-01-17 Thread Duygu Kahraman
Hi All; I have problem about google map.When i touch the screen i am adding pin in google map.and When i touch the pin baloon is opening.Everything is ok from now..My question is when i click the baloon adding pin also.I dont want to do it.How can i lock this situation? This is screenshot:

[android-developers] How can i export my sqlite database from intellj idea?

2012-02-16 Thread Duygu Kahraman
I am using intellj idea and i am working with **ORMLite**. My question is, i create a database but i want to export database for looking my data.When i use Eclipse i can export my sqlite database a few ways but i have no idea about **intellj**. Can anybody know something about that?

Re: [android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-17 Thread Duygu Kahraman
pm, Duygu Kahraman duygu.kahram...@gmail.com wrote: I am using intellj idea and i am working with **ORMLite**. My question is, i create a database but i want to export database for looking my data.When i use Eclipse i can export my sqlite database a few ways but i have

Re: [android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-17 Thread Duygu Kahraman
where is the ddms in ide? 17 Şubat 2012 13:15 tarihinde shihab shiha shihabkp.andr...@gmail.comyazdı: I am using intellij . i can access the sdcard using ddms. i tried it using command mode . On Fri, Feb 17, 2012 at 3:24 PM, Duygu Kahraman duygu.kahram...@gmail.com wrote: intellj

Re: [android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-17 Thread Duygu Kahraman
i am using windows 7 17 Şubat 2012 14:08 tarihinde moktarul anam mokta...@gmail.com yazdı: First tell me r u able to connect adb means check whether ur adb is connected or not. execute -- adb devices check whether ur device s there or not Moktarul On Feb 17, 2:54 pm, Duygu Kahraman

Re: [android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-17 Thread Duygu Kahraman
i can execute adb yes. 17 Şubat 2012 14:21 tarihinde Duygu Kahraman duygu.kahram...@gmail.comyazdı: i am using windows 7 17 Şubat 2012 14:08 tarihinde moktarul anam mokta...@gmail.com yazdı: First tell me r u able to connect adb means check whether ur adb is connected or not. execute

[android-developers] Custom Listview in android?

2012-02-23 Thread Duygu Kahraman
I have some problem about customlistview.How can i do this screen? First seem like all of them button but all line must be listview.Some item is nested.I am a bit confused. Can anybody help me? This is screen http://i.stack.imgur.com/bVDxe.jpg -- You received this message because you are

[android-developers] Relative Layout width/height is not work programmatically?

2012-03-01 Thread Duygu Kahraman
This is my post:http://stackoverflow.com/questions/9526577/relative- layout-width-height-is-not-work-programmatically Can anybody help me? -- 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] Google maps URL

2011-08-02 Thread Duygu Kahraman
Hi all; i want to get my current location with GPS (but i dont want to seem it) and than to get information with URL.Ex:http://maps.google.com/ maps?q=40.9287875,29.1664677 Please help me! Duygu Kahraman -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Google maps URL

2011-08-02 Thread Duygu Kahraman
=40.9287875,29.1664677 any simple way do you know it is related? THX. Duygu Kahraman 2011/8/2 TreKing treking...@gmail.com On Tue, Aug 2, 2011 at 2:27 PM, Duygu Kahraman duygu.kahram...@gmail.comwrote: i want to get my current location with GPS (but i dont want to seem it) Don't want to seem

[android-developers] Edittext Error width and height

2011-08-04 Thread Duygu Kahraman
see it. How can i fix it. Please help me. Duygu Kahraman -- 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

[android-developers] SQLite access permission denied

2011-08-10 Thread Duygu Kahraman
. Can anybody know that? THX. Duygu Kahraman http://tr.linkedin.com/in/duygukahramann -- 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

[android-developers] SQLite database directory when device connected?

2011-08-10 Thread Duygu Kahraman
Hi all; one of my app i want to use sqllite.I create database but when DEVİCE CONNECT to pc, i cant see my database because data directory couldn open. /data/data/your.package.here/databases just work emulator.How can i see my database when device connected. Thanks for advice. Duygu Kahraman

Re: [android-developers] how to enable the dragging option in android browser?

2011-08-12 Thread Duygu Kahraman
i check in device.Dragging option doesnt work too. Duygu Kahraman http://tr.linkedin.com/in/duygukahramann 2011/8/12 simi simivenugopa...@gmail.com i want to run the site http://html5demos.com/drag; .. actually this site is opening in android browser(1e,in android emulator).but can not do

[android-developers] Attach picture from sdcard in Gmail?

2011-08-16 Thread Duygu Kahraman
same time.How can i attach some picture with directory in Gmail? How can i do that? Any code snippet?All code is with intent. Please help me. Duygu Kahraman http://tr.linkedin.com/in/duygukahramann -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Attach more than one picture JavaMail?

2011-08-22 Thread Duygu Kahraman
code.I want to get from sdcard. THX. Duygu Kahraman http://tr.linkedin.com/in/duygukahramann -- 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

Re: [android-developers] how to insert image background of button

2011-09-05 Thread Duygu Kahraman
What does it mean? Do you want to insert image to background and then insert button? 2011/9/5 Shital Suryawanshi shital.myl...@gmail.com i am not able to insert image background of button.i already done img.apk file. -- You received this message because you are subscribed to the Google

Re: [android-developers] low memory issue

2011-09-05 Thread Duygu Kahraman
/android-developers?hl=en -- --- Duygu Kahraman http://tr.linkedin.com/in/duygukahramann -- 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

[android-developers] android:inputType=number Error

2011-09-08 Thread Duygu Kahraman
Hi All; I have a problem about Edittext.I want to enter just number one of my Edittext so in xml i use android:inputType=number .But When i want to more than 10 characters program is not working.10 and less than 10 character it is OK. Do you anyone this reason and how can i fix it? Code is

Re: [android-developers] Re: android:inputType=number Error

2011-09-08 Thread Duygu Kahraman
at http://groups.google.com/group/android-developers?hl=en -- --- Duygu Kahraman http://tr.linkedin.com/in/duygukahramann -- 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

Re: [android-developers] Re: android:inputType=number Error

2011-09-08 Thread Duygu Kahraman
, this is what you are looking for? http://androidblogger.blogspot.com/2009/01/numeric-edittext-and-edittext-with-max.html Bye, Károly On szept. 8, 08:40, Duygu Kahraman duygu.kahram...@gmail.com wrote: Hi All; I have a problem about Edittext.I want to enter just number one of my Edittext so