[android-developers] Youtube copyright

2013-06-06 Thread Salih Selametoglu
Hell friends, how can i filter copyright video on my android application? is there any idea? -- -- 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 t

[android-developers] mp3 downloader

2013-05-29 Thread Salih Selametoglu
Hello friends, Some mp3 downloader apps are remove but some mp3 downloader apps are not remove. Why? I installed mp3 downloader and then i wanted writing comment but app is remove. but i can find alot of apps the same. Why are some apps remove? why some not? -- -- You received this message beca

[android-developers] My applications

2013-05-11 Thread Salih Selametoglu
There are my application. https://play.google.com/store/apps/developer?id=selam@oglu If you write comment for me, i am pleased. Saygılarımla, Salih SELAMETOĞLU https://play.google.com/store/search?q=selam@oglu&c=apps (for Android Applications) http://appworld.blackberry.com/webstore/vendor/14117

Re: [android-developers] Connection reset by peer?

2012-08-28 Thread Salih Selametoglu
Hello, I have got a same error. Did you solve this problem? 2012/8/17 bob : > What does it mean when you try to form a Bluetooth connection on Android and > you get this message? > > java.io.IOException: Connection reset by peer > > -- > You received this message because you are subscribed to the

[android-developers] TranslateAnimation and ImageView

2012-02-04 Thread Salih Selametoglu
im = ImageView im.setOnClickListener(new OnClickListener() { public void onClick(View v) { // TODO Auto-generated method stub setBackgroundResource(R.drawable.red

[android-developers] imageview changing

2012-02-04 Thread Salih Selametoglu
package sample.deneme; import java.util.Timer; import java.util.TimerTask; import android.content.Context; import android.widget.ImageView; public class imageS extends ImageView  { private Timer _destroy; public imageS(Context context) { super(context);

[android-developers] timer,thread,imageview in android

2012-02-03 Thread Salih Selametoglu
hello my friends, i wanna create image every five secends and destroy it after 3 seconds. How can i do it? can you help me? -- Salih SELAMETOĞLU Teknopalas RFID Yazılım Çözümleri / Yazılım Uzman Yardımcısı İstanbul Üni. Bil. Müh. 4. Sınıf http://www.linkgizle.com http://selametoglu.blogspot.com

[android-developers] This is my first application

2012-01-31 Thread Salih Selametoglu
Hello friends, it is my first application. http://selametoglu.blogspot.com/2012/01/light-show-android-uygulamas.html ( translate english google: http://translate.google.com.tr/translate?hl=tr&sl=tr&tl=en&u=http%3A%2F%2Fselametoglu.blogspot.com%2F2012%2F01%2Flight-show-android-uygulamas.html ) i

[android-developers] Re: admod request

2012-01-28 Thread Salih Selametoglu
ok. it is running. Error is about server. 2012/1/28, Salih Selametoglu : > Hello friend, > > I done simple application. so i wanna add admod. bu it doesn't request. > > I use this code; > > AdView adview = (AdView)findViewById(R.id.adView); > AdRequest req = new

[android-developers] admod request

2012-01-28 Thread Salih Selametoglu
Hello friend, I done simple application. so i wanna add admod. bu it doesn't request. I use this code; AdView adview = (AdView)findViewById(R.id.adView); AdRequest req = new AdRequest(); req.setGender(AdRequest.Gender.MALE); adview.loadAd(req); What is wrong? is there any idea? Salih SELAMETOĞ

[android-developers] android root

2011-10-12 Thread Salih Selametoglu
hello friends, i wanna connect eduroam using android 2.2. But i have a problem. i set username and password. When i click connect, windows is closing but not connection or error. do noting. you think what's the problem? i cant solve. good android-ly -- Salih SELAMETOĞLU Teknopalas RFID Yazılım

Re: [android-developers] onTouchListener Problem - timeout when running

2011-07-20 Thread Salih Selametoglu
why did you set again with v.setOnTouchListener(this) ? -- 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-developer

Re: [android-developers] Timer problem

2011-07-19 Thread Salih Selametoglu
ok. It have been solved. I used Runnable and Handler class. -- 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-devel

Re: [android-developers] Timer problem

2011-07-19 Thread Salih Selametoglu
i write code but not re-run. Only it once runs > 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

Re: [android-developers] Timer problem

2011-07-19 Thread Salih Selametoglu
i think i am writing wrong code -- 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...@googlegrou

[android-developers] Timer problem

2011-07-19 Thread Salih Selametoglu
Hello every android :) i have got a problem that is about timer. I wanna change image every 10 seconds but i have not done yet. I can try to use Timer but i couldnt. Is there any body to help me? Salih SELAMETOĞLU İstanbul University Computer Engineering - #4 -- You received this message becau