[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 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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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@googlegroups.com
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


[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 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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2011-12-21 Thread Duygu Kahraman
What do you want to do? Which picture you are storing? İf you can
explain,we can learn this is the correct way or not?

21 Aralık 2011 17:44 tarihinde alexb  yazdı:

> Why not storing the files on sdcard and passing only the names?
>
> On Dec 19, 7:01 pm, Ankur Avlani  wrote:
> > Hi All ,
> >
> > I am developing an application in WebView.  We serve android sd card
> images
> > (average 3 MB per image) using ContentProvider in web view.  Please see
> the
> > sample code below:
> >
> > public class LocalImageContentProvider extends ContentProvider {
> > @Override
> > public ParcelFileDescriptor openFile(Uri uri, String mode) throws
> > FileNotFoundException {
> > try {
> > String path = uri.getPath();
> > File file = new File(path);
> >
> > ParcelFileDescriptor parcel = ParcelFileDescriptor.open(file,
> > ParcelFileDescriptor.MODE_READ_ONLY);
> > return parcel;
> > } catch (IOException e) {
> > // TODO Auto-generated catch block
> >
> > e.printStackTrace();
> > }
> > return null;
> > }
> >
> > }
> >
> > This works fine for the first 50-60 images.  But when i start browsing
> more
> > images, I see that the memory increaseing and Android starts closing
> > background process to free up memory and finally the core process
> shutsdown
> > and my app crashes.
> >
> > Question is, is there anything that I need to add in the above code to
> make
> > is more robust and not occupy unnecessary memory.
> >
> > Thanks and regards
> > Ankur
>
> --
> 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-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" group.
To post to this group, send email to android-developers@googlegroups.com
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

[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 
http://codemagician.files.wordpress.com/2010/05/end-result-2.jpg?w=630
.

Can anybody help me?

THX.

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 
http://codemagician.files.wordpress.com/2010/05/end-result-2.jpg?w=630
.

Can anybody help me?

THX.

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 is problem.Can anybody help me?

my code is here:

package com.example;

import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.view.MotionEvent;
import android.view.View;
import com.google.android.maps.*;

import java.util.List;

public class HelloGoogleMaps2 extends MapActivity
{
MapView mapView;
@Override
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.main);

mapView = (MapView) findViewById(R.id.mapview);
mapView.setBuiltInZoomControls(true);
mapView.setSatellite(true);
mapView.isClickable();


mapView.setOnTouchListener(new View.OnTouchListener() {
@Override
public boolean onTouch(View view, MotionEvent motionEvent)
{
 return onTouch2(view,motionEvent);

}
});

}


public boolean onTouch2(View view, MotionEvent motionEvent) {
if (motionEvent.getAction() == 0) {
GeoPoint p = mapView.getProjection().fromPixels(
(int) motionEvent.getX(),
(int) motionEvent.getY());


AddMyPin(p);

}

   return  false;

}

@Override
protected boolean isRouteDisplayed()
{
return false;
}

public void AddMyPin(GeoPoint point)
{
List mapOverlays = mapView.getOverlays();

Drawable drawable =
this.getResources().getDrawable(R.drawable.bubble);
HelloItemizedOverlays itemizedoverlay = new
HelloItemizedOverlays(drawable,this);

OverlayItem overlayitem = new OverlayItem(point,null,null);


itemizedoverlay.addOverlay(overlayitem);

mapOverlays.add(itemizedoverlay);


}

}

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 here:

package com.example.mapviewballoons.example.custom;

import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.util.Log;
import android.view.MotionEvent;
import android.view.View;
import com.google.android.maps.*;

import java.util.List;

public class CustomMap extends MapActivity {

MapView mapView;
List mapOverlays;
Drawable drawable;
Drawable drawable2;
CustomItemizedOverlay itemizedOverlay;
CustomItemizedOverlay itemizedOverlay2;
private Projection projection;

@Override
public void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);
setContentView(R.layout.main);

mapView = (MapView) findViewById(R.id.mapview);
mapView.setBuiltInZoomControls(true);


mapOverlays = mapView.getOverlays();
projection = mapView.getProjection();
final MapController mc = mapView.getController();
mc.setZoom(16);


mapView.setOnTouchListener(new View.OnTouchListener() {
@Override
public boolean onTouch(View view, MotionEvent motionEvent)
{
Log.e("Point
",Integer.toString(motionEvent.getPointerCount()));
if(motionEvent.getAction() == MotionEvent.ACTION_UP){
drawable =
getResources().getDrawable(R.drawable.marker);
itemizedOverlay = new
CustomItemizedOverlay(drawable, mapView);

  //  GeoPoint point = new GeoPoint((int)
(motionEvent.getXPrecision()*1E6),(int)
(motionEvent.getYPrecision()*1E6));

GeoPoint p = mapView.getProjection().fromPixels(
(int) motionEvent.getX(),
(int) motionEvent.getY());

CustomOverlayItem overlayItem = new
CustomOverlayItem(p, "Tomorrow Never Dies (1997)",
"(M gives Bond his mission in Daimler
car)",
"http://ia.media-imdb.com/images/M/
MV5BMTM1MTk2ODQxNV5BMl5BanBnXkFtZTcwOTY5MDg0NA@@._V1._SX40_CR0,0,40,54_.jpg");
itemizedOverlay.addOverlay(overlayItem);

mapOverlays.add(itemizedOverlay);

mc.animateTo(p);

mapView.invalidate();

return true;
}
else
if(motionEvent.getAction()==MotionEvent.ACTION_MOVE)
{
return false;
}

return true;  //To change body of implemented
methods use File | Settings | File Templates.

}
});

// first overlay
}

@Override
protected boolean isRouteDisplayed() {
return false;
}

}

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 = mapView.getProjection().fromPixels((int) (motionEvent.getX()),
(int) (motionEvent.getY()));
final MapController mc = mapView.getController();
mc.setZoom(16);
CustomItemizedOverlay itemizedOverlay = new
CustomItemizedOverlay(drawable, mapView);

itemizedOverlay.addOverlay(new CustomOverlayItem(p,"","",""));
mapView.getOverlays().add(itemizedOverlay);
mc.animateTo(p);
mapView.invalidate();
}

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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 yazdı:

> 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 = mapView.getProjection().fromPixels((int) (motionEvent.getX()),
> (int) (motionEvent.getY()));
>final MapController mc = mapView.getController();
>mc.setZoom(16);
>CustomItemizedOverlay itemizedOverlay = new
> CustomItemizedOverlay(drawable, mapView);
>
>itemizedOverlay.addOverlay(new CustomOverlayItem(p,"","",""));
>mapView.getOverlays().add(itemizedOverlay);
>mc.animateTo(p);
>mapView.invalidate();
> }
>
> --
> 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-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" group.
To post to this group, send email to android-developers@googlegroups.com
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

[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:

http://i.stack.imgur.com/XMm7a.png

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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?

THX.

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2012-02-17 Thread Duygu Kahraman
intellj is not include ddms and you can not push  /data/data//
etc.

Can anybody help me?


17 Şubat 2012 08:57 tarihinde shihab shiha yazdı:

> ya but you can open it using command mode. just go command mode and change
> your directory into the android sdk .
>
> android-sdk-linux/tools and type ./ddms then you will get the window from
> there you can get the access to the sdcard and all
>
>
>
> On Fri, Feb 17, 2012 at 11:25 AM, moktarul anam wrote:
>
>> Hi
>> I think ddms feature  is not there in intellj
>>
>> Moktarul
>>
>> On Feb 17, 10:20 am, shihab shiha  wrote:
>> > you can use ./ddms
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > On Fri, Feb 17, 2012 at 10:37 AM, moktarul anam 
>> wrote:
>> > > best way is use adb shell
>> >
>> > > 1. adb shell
>> > > 2. cd /data/data//
>> > > 3. adb pull  database ./
>> >
>> > > Enjoy
>> > > Moktarul
>> >
>> > > On Feb 16, 8:18 pm, Duygu Kahraman  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 no idea about **intellj**.
>> >
>> > > > Can anybody know something about that?
>> >
>> > > > THX.
>> >
>> > > --
>> > > 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-developers+unsubscr...@googlegroups.com
>> > > For more options, visit this group at
>> > >http://groups.google.com/group/android-developers?hl=en
>>
>> --
>> 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-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>>
>
>  --
> 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-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" group.
To post to this group, send email to android-developers@googlegroups.com
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

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 yazdı:

> 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  > wrote:
>
>> intellj is not include ddms and you can not push  /data/data//
>> etc.
>>
>> Can anybody help me?
>>
>>
>> 17 Şubat 2012 08:57 tarihinde shihab shiha yazdı:
>>
>> ya but you can open it using command mode. just go command mode and
>>> change your directory into the android sdk .
>>>
>>> android-sdk-linux/tools and type ./ddms then you will get the window
>>> from there you can get the access to the sdcard and all
>>>
>>>
>>>
>>> On Fri, Feb 17, 2012 at 11:25 AM, moktarul anam wrote:
>>>
>>>> Hi
>>>> I think ddms feature  is not there in intellj
>>>>
>>>> Moktarul
>>>>
>>>> On Feb 17, 10:20 am, shihab shiha  wrote:
>>>> > you can use ./ddms
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > On Fri, Feb 17, 2012 at 10:37 AM, moktarul anam 
>>>> wrote:
>>>> > > best way is use adb shell
>>>> >
>>>> > > 1. adb shell
>>>> > > 2. cd /data/data//
>>>> > > 3. adb pull  database ./
>>>> >
>>>> > > Enjoy
>>>> > > Moktarul
>>>> >
>>>> > > On Feb 16, 8:18 pm, Duygu Kahraman 
>>>> 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 no idea about **intellj**.
>>>> >
>>>> > > > Can anybody know something about that?
>>>> >
>>>> > > > THX.
>>>> >
>>>> > > --
>>>> > > 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-developers+unsubscr...@googlegroups.com
>>>> > > For more options, visit this group at
>>>> > >http://groups.google.com/group/android-developers?hl=en
>>>>
>>>> --
>>>> 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-developers+unsubscr...@googlegroups.com
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/android-developers?hl=en
>>>>
>>>
>>>  --
>>> 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-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" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> 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
>>
>
>  --
> 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-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" group.
To post to this group, send email to android-developers@googlegroups.com
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

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  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  wrote:
> > intellj is not include ddms and you can not push
>  /data/data//
> > etc.
> >
> > Can anybody help me?
> >
> > 17 Şubat 2012 08:57 tarihinde shihab shiha  >yazdı:
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > > ya but you can open it using command mode. just go command mode and
> change
> > > your directory into the android sdk .
> >
> > > android-sdk-linux/tools and type ./ddms then you will get the window
> from
> > > there you can get the access to the sdcard and all
> >
> > > On Fri, Feb 17, 2012 at 11:25 AM, moktarul anam  >wrote:
> >
> > >> Hi
> > >> I think ddms feature  is not there in intellj
> >
> > >> Moktarul
> >
> > >> On Feb 17, 10:20 am, shihab shiha  wrote:
> > >> > you can use ./ddms
> >
> > >> > On Fri, Feb 17, 2012 at 10:37 AM, moktarul anam  >
> > >> wrote:
> > >> > > best way is use adb shell
> >
> > >> > > 1. adb shell
> > >> > > 2. cd /data/data//
> > >> > > 3. adb pull  database ./
> >
> > >> > > Enjoy
> > >> > > Moktarul
> >
> > >> > > On Feb 16, 8:18 pm, Duygu Kahraman 
> 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 no idea about **intellj**.
> >
> > >> > > > Can anybody know something about that?
> >
> > >> > > > THX.
> >
> > >> > > --
> > >> > > 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-developers+unsubscr...@googlegroups.com
> > >> > > For more options, visit this group at
> > >> > >http://groups.google.com/group/android-developers?hl=en
> >
> > >> --
> > >> 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-developers+unsubscr...@googlegroups.com
> > >> For more options, visit this group at
> > >>http://groups.google.com/group/android-developers?hl=en
> >
> > >  --
> > > 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-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" group.
> To post to this group, send email to android-developers@googlegroups.com
> 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 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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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 yazdı:

> i am using windows 7
>
> 17 Şubat 2012 14:08 tarihinde moktarul anam  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  wrote:
>> > intellj is not include ddms and you can not push
>>  /data/data//
>> > etc.
>> >
>> > Can anybody help me?
>> >
>> > 17 Şubat 2012 08:57 tarihinde shihab shiha > >yazdı:
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > > ya but you can open it using command mode. just go command mode and
>> change
>> > > your directory into the android sdk .
>> >
>> > > android-sdk-linux/tools and type ./ddms then you will get the window
>> from
>> > > there you can get the access to the sdcard and all
>> >
>> > > On Fri, Feb 17, 2012 at 11:25 AM, moktarul anam > >wrote:
>> >
>> > >> Hi
>> > >> I think ddms feature  is not there in intellj
>> >
>> > >> Moktarul
>> >
>> > >> On Feb 17, 10:20 am, shihab shiha 
>> wrote:
>> > >> > you can use ./ddms
>> >
>> > >> > On Fri, Feb 17, 2012 at 10:37 AM, moktarul anam <
>> mokta...@gmail.com>
>> > >> wrote:
>> > >> > > best way is use adb shell
>> >
>> > >> > > 1. adb shell
>> > >> > > 2. cd /data/data//
>> > >> > > 3. adb pull  database ./
>> >
>> > >> > > Enjoy
>> > >> > > Moktarul
>> >
>> > >> > > On Feb 16, 8:18 pm, Duygu Kahraman 
>> 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 no idea about **intellj**.
>> >
>> > >> > > > Can anybody know something about that?
>> >
>> > >> > > > THX.
>> >
>> > >> > > --
>> > >> > > 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-developers+unsubscr...@googlegroups.com
>> > >> > > For more options, visit this group at
>> > >> > >http://groups.google.com/group/android-developers?hl=en
>> >
>> > >> --
>> > >> 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-developers+unsubscr...@googlegroups.com
>> > >> For more options, visit this group at
>> > >>http://groups.google.com/group/android-developers?hl=en
>> >
>> > >  --
>> > > 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-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" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> 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
>
>


-- 
---
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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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


[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 know about that?

THX.

Suygu

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2011-11-21 Thread Duygu Kahraman
Mean when i run the project my device.I can see the map. Yes i have
internet connection.

21 Kasım 2011 18:50 tarihinde Raghav Sood yazdı:

> There are different keys for debugging and production certificates. Does
> your device have an internet connection?
>
> Raghav Sood
> Sent from my Nexus S
> On Nov 21, 2011 4:30 PM, "Duygu Kahraman" 
> 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. When i dowload this app
>> for check i see the map blank.
>>
>> I changed map key but it doesnt work?
>>
>> Anybody know about that?
>>
>> THX.
>>
>> Suygu
>>
>> --
>> 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-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>  --
> 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-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" group.
To post to this group, send email to android-developers@googlegroups.com
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

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  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 see the map blank.
>>
>
> Did you test your signed version *before* uploading and then redownloading
> from the Market.
> Please say yes. In which case, did it work then?
>
>
> -
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices
>
>  --
> 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-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" group.
To post to this group, send email to android-developers@googlegroups.com
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

Re: [android-developers] Updating Android Product

2011-11-23 Thread Duygu Kahraman
Update version code and name in manifest file. And signed your application
and dowload market.

23 Kasım 2011 17:22 tarihinde Raghav Sood yazdı:

> Update the version code in the manifest and upload the upgrade in the apk
> tab for that application in the developer console.
>
> Raghav Sood
> Sent from my Nexus S
> On Nov 23, 2011 2:52 PM, "Siva Prakash"  wrote:
>
>> Hi
>>
>> I have published a product in Android market some time back now I want to
>> upgrade it. What should I do? Should I have to change the version in my
>> manifest and re-register it?
>>
>> Thanks
>>
>> --
>> 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-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>  --
> 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-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" group.
To post to this group, send email to android-developers@googlegroups.com
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

[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
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


[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 can not add
multible component to scrollview.But i am not added multible
component.Can anybody help me please.

THX.

secim.xml:



http://schemas.android.com/apk/res/android";
  android:orientation="vertical"
  android:layout_width="fill_parent"
  android:layout_height="fill_parent" >









   
  
  
  






MyOnclick Event:


@Override
public void onClick(View v) {


 ScrollView sv = (ScrollView) 
findViewById(R.id.sv_PizzaList);

//ResimEkle extends Button
ResimEkle btnResimEkle = new 
ResimEkle(getApplicationContext
());

btnResimEkle.setText("new button");

sv.addView(btnResimEkle);


}

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2011-12-10 Thread Duygu Kahraman
Hi All;

I know it is basic but i am curios about that.

in xml file, we are assigning id to view like that  "android:id="@+id/
something" and we are calling findviewbyid() but when  i want to
create a layout programmatically in a class and when i add a view, how
do i assign default id   "android:id="@+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-developers@googlegroups.com
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


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

2011-12-10 Thread Duygu Kahraman
Yeah you are right but for example if i added 5 view in the same layout.How
must call i?How can i understand difference.

I am not using FindViewById(); because i am not assigning anyhing.I think
android can assign default id.Can it?

11 Aralık 2011 02:06 tarihinde lbendlin  yazdı:

> what do you need the id for? You are already programmatically creating the
> view, so you hold the reference.
>
>  --
> 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-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" group.
To post to this group, send email to android-developers@googlegroups.com
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

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

2011-12-11 Thread Duygu Kahraman
Selam Ali;

Asıl sormak istediğim şu;mesela  TextView tv=new TextView(this); diye bir
view yarattım.Eğer xmlde yaratmış olsaydım id sini de orada set edip
çağırabilecektim kodun içinden.Yada R dosyasında bir referans oluşturmuş
olacaktı.Ama program içinde yarattığımda R içinde tvye ait birşey
yok.Sadece setId() diye birşey var ama setId() bana ben extra bir referans
vermek istediğimde gerekli gibi geliyor.

Yani şöyle birtane scrollview yaptım içinde birsürü item ekledim.Bunlardan
3.sü yada 5.sini aldığımda birşey yapmak istiyorsam evet bunlara sıralı bir
id vermeliyim ki kaçıncısını aldığımı anlayayım.İşte burada sıralı id
vermek için setId() yi kullanırım.

Yanlış mı düşünüyorum anlamıyorum.Sanki tv default bir id ataması
gerekiyormuş gibi düşünüyorum.Yada veriyor ben ulaşmasını beceremedim.
Çok basit biliyorum ama kafama takıldı.

11 Aralık 2011 12:10 tarihinde Ali Chousein  yazdı:

> Yazdığın kodun içinden view objelerini yaratınca, findViewById()
> fonksiyonunu çağırmana gerek yok. Yarattığın objelere referanslar
> elinde var zaten. Referansları saklayıp sonra kullanabilirsin. View
> objelerini XML'den tanımlasaydın, findViewById() sana aynı
> referansları döndürecekti.
>
> -
> Ali Chousein
> Weather-Buddy
> http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
> Geo-Filtered Assistant
> http://geo-filtered-assistant.blogspot.com
> https://marketplace.cisco.com/apphq/products/994
>
> --
> 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-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" group.
To post to this group, send email to android-developers@googlegroups.com
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

[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 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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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
RelativeLayout.LayoutParams(LayoutParams.WRAP_CONTENT,LayoutParams.WRAP_CONTENT);
addView(pic,lp1);

RelativeLayout.LayoutParams lp2=new
RelativeLayout.LayoutParams(LayoutParams.WRAP_CONTENT,LayoutParams.WRAP_CONTENT);
lp2.addRule(RelativeLayout.RIGHT_OF,pic.getId());
addView(name,lp2);


RelativeLayout.LayoutParams lp3=new
RelativeLayout.LayoutParams(LayoutParams.WRAP_CONTENT,LayoutParams.WRAP_CONTENT);
lp3.addRule(RelativeLayout.LEFT_OF,pic.getId());
addView(deletebutton,lp3);

what is wrong?

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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.
To post to this group, send email to android-developers@googlegroups.com
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


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  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 reference or
> > code snippet ?
> >
> > Can anybody help me?
> >
> > THX.
> >
> > Duygu Kahraman
>
> whats wrong with setting the custom title as an xml resId?
>
> define your title as e.g. LinearLayout, get its reference with
> findViewById and do whatever you want with it
>
> pskink
>
> --
> 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-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" group.
To post to this group, send email to android-developers@googlegroups.com
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

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  yazdı:

> On Fri, Dec 9, 2011 at 4:03 AM, Duygu Kahraman 
> wrote:
>
>> My problem is  when i add button i want to get id which is clicked button.
>>
>
> Read the docs for View class.
>
>
>> How can i get view count from scrollview
>>
>
> Keep a count of what you're adding yourself.
>
>
> -
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices
>
>
>  --
> 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-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" group.
To post to this group, send email to android-developers@googlegroups.com
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

[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) {
super.onCreate(savedInstanceState);

final boolean customTitle =
requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);

setContentView(R.layout.main);

edit=(Button)findViewById(R.id.edit);
done=(Button)findViewById(R.id.done);

edit.setVisibility(View.INVISIBLE);
getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE,
R.layout.main);

  if ( customTitle ) {
getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE,
R.layout.main);
}
main.xml:


http://schemas.android.com/apk/res/
android"
  android:layout_width="fill_parent"
  android:layout_height="fill_parent">











-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2011-12-14 Thread Duygu Kahraman
this is my mistake i forget this line comment. my code is this.When i
posting i forget delete

  @Override
   public void onCreate(Bundle savedInstanceState) {
   super.onCreate(savedInstanceState);

   final boolean customTitle =
requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);

   setContentView(R.layout.main);

   edit=(Button)findViewById(R.id.edit);
   done=(Button)findViewById(R.id.done);

   edit.setVisibility(View.INVISIBLE);


 if ( customTitle ) {
   getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE,
R.layout.main);
   }

14 Aralık 2011 11:52 tarihinde skink  yazdı:

>
>
> On 14 Gru, 10:26, Duygu Kahraman  wrote:
> >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) {
> > super.onCreate(savedInstanceState);
> >
> > final boolean customTitle =
> > requestWindowFeature(Window.FEATURE_CUSTOM_TITLE);
> >
> > setContentView(R.layout.main);
> >
> > edit=(Button)findViewById(R.id.edit);
> > done=(Button)findViewById(R.id.done);
> >
> > edit.setVisibility(View.INVISIBLE);
> > getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE,
> > R.layout.main);
> >
> >   if ( customTitle ) {
> > getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE,
> > R.layout.main);
> > }
> > main.xml:
> > 
> >
> > http://schemas.android.com/apk/res/
> > android"
> >   android:layout_width="fill_parent"
> >   android:layout_height="fill_parent">
> >  > android:layout_width="57px"
> > android:layout_height="wrap_content"
> > android:text="edit"
> > >
> >
> > 
> >  > android:layout_width="57px"
> > android:layout_height="wrap_content"
> > android:text="done"
> >  >
> >
> > 
> >
> > 
>
>
> why are you using R.layout.main both for activity content view:
>setContentView(R.layout.main);
>
> and for custom title (it is called even twice):
>   getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE,
> R.layout.main);
>
>
> pskink
>
> --
> 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-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" group.
To post to this group, send email to android-developers@googlegroups.com
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

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

2011-12-15 Thread Duygu Kahraman
I have a problem about the title bar. I want to do 2 buttons in the
title bar, but it is seen really bad. First I was thinking I got the
button height too big, but when I change the button height nothing is
changed. I don't want a custom titlebar and I can't see the text in
the button.

Can 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@googlegroups.com
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


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 

> 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
> 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-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] low memory issue

2011-09-05 Thread Duygu Kahraman
Hi Vani;

You can delete some app in your phone.

2011/9/5 vani reddy 

> Hi friends ,
> I am getting the below in my logcat
>  INFO/ActivityManager(1724): Low Memory: No more background processes.
>
> --
> Regards,
> Vani Reddy
>
>  --
> 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-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" group.
To post to this group, send email to android-developers@googlegroups.com
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

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

2011-09-07 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 here:



Thx.

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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

2011-09-08 Thread Duygu Kahraman
hmm ok.

How can i road to fix my problem? in my edittext  user must enter 12
characters.I must  change type in xml or i must write code project for it?

2011/9/8 Macotonalds 

> maybe it's because of the Integer.MAX_VALUE that is 2147483647.
>
>
> On Sep 8, 3:40 pm, Duygu Kahraman  wrote:
> > 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 here:
> >
> >  >
> android:layout_width="match_parent"
> > android:inputType="number"
> >
> android:id="@+id/surucu_sasi_no_e"
> >
> android:layout_height="wrap_content" />
> >
> > Thx.
>
> --
> 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-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" group.
To post to this group, send email to android-developers@googlegroups.com
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

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

2011-09-08 Thread Duygu Kahraman
Thx for all reply but Karoly it is not working.

Reason is integer 32 bit OK.but i couldnt enter any value like
integer,biginteger..i am using just
android:inputType="number","numberSigned"or"numberDecimal"?

2011/9/8 Károly Holczhauser 

> Hey dudo!:)
>
>  Check this out please, 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  wrote:
> > 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 here:
> >
> >  >
> android:layout_width="match_parent"
> > android:inputType="number"
> >
> android:id="@+id/surucu_sasi_no_e"
> >
> android:layout_height="wrap_content" />
> >
> > Thx.
>
> --
> 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-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" group.
To post to this group, send email to android-developers@googlegroups.com
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

[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 email to android-developers@googlegroups.com
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


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

2011-10-17 Thread Duygu Kahraman
Hi;

maybe this is helpful for you
http://developer.android.com/resources/tutorials/views/hello-tabwidget.html

2011/10/17 Nicolás Mariano Obregón 

> PS: In my code I use *table.addView(row,1); *because the 0 element is a
> title...
>
>
> __
> Saludos.-
> Nicolás Mariano Obregón
> nmobre...@gmail.com
>  <http://ar.linkedin.com/in/nmobregon> <http://www.facebook.com/nmobregon>
>  <http://www.facebook.com/nmobregon>
>
>
>
>
> El 17 de octubre de 2011 17:24, Nicolás Mariano Obregón <
> nmobre...@gmail.com> escribió:
>
> Sorry if I wasn't clear enough.
>> I meant how did I add a new TableRow in the first place of a TableLayout.
>> After I sent my question I realized that I could write *table.addView(row,1);
>> *and that would do it. [?]
>> Thanks anyway!!
>>
>>
>> __
>> Saludos.-
>> Nicolás Mariano Obregón
>> nmobre...@gmail.com
>>  <http://ar.linkedin.com/in/nmobregon> <http://www.facebook.com/nmobregon>
>>  <http://www.facebook.com/nmobregon>
>>
>>
>>
>>
>> 2011/10/15 TreKing 
>>
>>> 2011/10/13 Nicolás Mariano Obregón 
>>>
>>>> Can anyone please help me on how to add TableRows on top of a
>>>> TableLayout?
>>>
>>>
>>> TableRows go *in* TableLayouts, not *on top*.
>>>
>>> What are you trying to do?
>>>
>>>
>>> -
>>> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
>>> transit tracking app for Android-powered devices
>>>
>>>  --
>>> 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-developers+unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-developers?hl=en
>>
>>
>>
>  --
> 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-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" group.
To post to this group, send email to android-developers@googlegroups.com
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<<1A5.gif>>

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

2011-07-19 Thread Duygu Kahraman
Hi Eveyone;

i am working with google maps but i couldnt see it when i run the
project .It  come blank?

When i look at the logcat error is "couldnt get connection factory
client". This post
https://groups.google.com/group/android-developers/browse_thread/thread/717587c7815dee2d/159d608a242c8467?hl=tr&lnk=gst&q=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 Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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


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

2011-07-19 Thread Duygu Kahraman
I am working on an Android app where we enter some text in edit box
and all i want to do is simply send the text which typed (i.e..,
edittext.gettext()) to Facebook as my status. The important thing is
i
don't want a Facebook dialog box to pop up ...instead ,just send the
message as status without 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-developers@googlegroups.com
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


[android-developers] Enter Domancy Error İssue

2011-07-25 Thread Duygu Kahraman
 ===
07-25 10:24:44.748: ERROR/FastDormancy(1489):  before === ENTER
DORMANCY ===
07-25 10:24:44.750: ERROR/FastDormancy(1489): [FD] Before mDormFlag:
true in getCapaDormancy()
07-25 10:24:44.750: ERROR/FastDormancy(1489): [FD] After mDormFlag:
true in getCapaDormancy()
07-25 10:24:54.649: ERROR/WifiService(1404):
=shouldWifiStayAwake: wifiSleepPolicy 2
07-25 10:24:54.649: ERROR/WifiService(1404):
=shouldWifiStayAwake: wifiSleepPolicy 2
07-25 10:24:57.778: ERROR/FastDormancy(1489):  before === ENTER
DORMANCY ===
07-25 10:24:57.782: ERROR/FastDormancy(1489): [FD] Before mDormFlag:
true in getCapaDormancy()
07-25 10:24:57.782: ERROR/FastDormancy(1489): [FD] After mDormFlag:
true in getCapaDormancy()
07-25 10:25:02.796: ERROR/FastDormancy(1489):  before === ENTER
DORMANCY ===
07-25 10:25:10.805: ERROR/FastDormancy(1489):  before === ENTER
DORMANCY ===
07-25 10:25:10.805: ERROR/FastDormancy(1489): [FD] Before mDormFlag:
true in getCapaDormancy()
07-25 10:25:10.813: ERROR/FastDormancy(1489): [FD] After mDormFlag:
true in getCapaDormancy()
07-25 10:25:23.839: ERROR/FastDormancy(1489):  before === ENTER
DORMANCY ===
07-25 10:25:23.839: ERROR/FastDormancy(1489): [FD] Before mDormFlag:
true in getCapaDormancy()
07-25 10:25:23.844: ERROR/FastDormancy(1489): [FD] After mDormFlag:
true in getCapaDormancy()
07-25 10:25:24.664: ERROR/WifiService(1404):
=shouldWifiStayAwake: wifiSleepPolicy 2
07-25 10:25:24.672: ERROR/WifiService(1404):
=shouldWifiStayAwake: wifiSleepPolicy 2
07-25 10:25:24.735: ERROR/WifiService(1404):
=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 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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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 

> You must be rooted on most devices to get access to /dev/fb.
>
> Regards,
> Marcin Orlowski
>
> *Tray Agenda <http://bit.ly/trayagenda>* - keep you daily schedule
> handy...
> *Date In Tray* <http://bit.ly/dateintraypro> - current date at glance...
> WebnetMobile on *Facebook <http://webnetmobile.com/fb/>* and 
> *Twitter<http://webnetmobile.com/twitter/>
> *
>
>
>  --
> 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-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[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 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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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


Re: [android-developers] Google maps URL

2011-08-02 Thread Duygu Kahraman
ın my application i want to get my current location with GPS but i dont want
to show maps in my screen just get it.And than i want to send email
but i dont want to send x,y coordinate i want to url like .Ex:
http://maps.google.com/
maps?q=40.9287875,29.1664677<http://maps.google.com/maps?q=40.9287875,29.1664677>

any simple way do you know it is related?

THX.

Duygu Kahraman

2011/8/2 TreKing 

> On Tue, Aug 2, 2011 at 2:27 PM, Duygu Kahraman 
> wrote:
>
>> i want to get my current location with GPS (but i dont want to seem it)
>>
>
> Don't "want to seem it" ?
>
>
>> and than to get information with URL.Ex:
>> http://maps.google.com/ 
>> maps?q=40.9287875,29.1664677<http://maps.google.com/maps?q=40.9287875,29.1664677>
>>
>
> That has nothing to do with Android.
>
>
>> Please help me!
>>
>
> With what?
> http://www.catb.org/~esr/faqs/smart-questions.html
>
>
> -
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
> transit tracking app for Android-powered devices
>
>  --
> 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-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Edittext Error width and height

2011-08-04 Thread Duygu Kahraman
Hi;

In my project i used edittext in xml.Problem is when i scale bigger
(edit android:layout_width="250dip" android:layout_height="300dip")
writeable field start center and when you write something this field
words is going to up.When you write lots of word you cannot reach
these because you cannot 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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] SQLite access permission denied

2011-08-10 Thread Duygu Kahraman
Hi all;

one of my project i want to use sqlite database.I try this code
(http://abisogullari.tumblr.com/post/1357225938/android-sqlite-
example) ok it works.And then i want to look at data which insert in.i
use cmd prompt and then try this(

bash-3.1$ /usr/local/android-sdk-linux/tools/adb devices
List of devices attached
emulator-5554   device
bash-3.1$ /usr/local/android-sdk-linux/tools/adb -s emulator-5554
shell
# ls /data/data/higherpass.TestingData/databases)

it give permission denied and it is not listed databases.For one
databases it listed but when i add one more it gives me error.

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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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
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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


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 

> 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 the drag option.. what should do for dragging the texts in
> emulator Is there any workaround possible for working
> the HTML5 drag and drop example in emulator browser?
>
> --
> 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-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

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

2011-08-16 Thread Duygu Kahraman
Hi All;

one of my project , i am using send email WİTHOUT İNTENT code is
here(http://stackoverflow.com/questions/2020088/sending-email-in-
android-using-javamail-api-without-using-the-default-android-app).

I record some picture in sdcard.now i want to get picture and i want
to attach to email 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" group.
To post to this group, send email to android-developers@googlegroups.com
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


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

2011-08-22 Thread Duygu Kahraman

Hi all;

In my project i am using Javamail and i attached 1 image .i am using
this code (http://www.jondev.net/articles/
Sending_Emails_without_User_Intervention_%28no_Intents%29_in_Android).

But i want to attach more pictures to mail.

Can anybody help me?i some googling but i see some html 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, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[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 step?

-- 
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-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en