https://gelecegiyazanlar.turkcell.com.tr/blog/android-ile-web-servis-cagirma
http://umiitkose.com/2015/09/android-studio-json-kullanimi/
http://tugbaustundag.com/restful-web-servisi-ile-post-ve-get-islemleri/
-------------
https://www.mobilhanem.com/android-button-tiklama-efekti/
--------------------------
action bar
https://github.com/serkancay/ActionBar/blob/master/app/src/main/java/com/serkancay/actionbar/MainActivity.java
----------------------------
https://www.facebook.com/androidevreni/
json
---------------------
Login ekranı
https://www.mobilhanem.com/android-login-ekran-yapimi-1-php-ve-mysql-kullanarak/
--------------------
http://www.gokhanakgol.com/2012/02/26/android-mssql-uygulamasi/
----------------------
https://www.sitepoint.com/retrofit-a-simple-http-client-for-android-and-java/
----------------------------------------------------------------------
https://futurestud.io/blog/retrofit-send-objects-in-request-body
20 Haziran 2016 Pazartesi
6 Haziran 2016 Pazartesi
android start -1 uygulamadan çıkma bir den fazla activity
back tusuna tıklandığında uygulamadan çıkma
if ((keyCode == KeyEvent.KEYCODE_BACK)) {
try {
AlertDialog.Builder alertDialogBuilder = new AlertDialog.Builder(this);
alertDialogBuilder.setTitle("Programdan Çıkılsın Mı ?").setCancelable(false).setPositiveButton("Evet", new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int id) {
dialog.dismiss();
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.addCategory(Intent.CATEGORY_HOME);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);
finish();
android.os.Process.killProcess(android.os.Process.myPid());
}
}).setNegativeButton("Hayır", new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
Toast.makeText(getApplicationContext(), "Programdan Çıkmaktan Vazgeçtiniz.", Toast.LENGTH_SHORT).show();
}
});
alertDialogBuilder.create().show();
} catch (IllegalStateException e) {
e.printStackTrace();
}
return true;
}
return super.onKeyDown(keyCode, event);
}
*************************************************************
if ((keyCode == KeyEvent.KEYCODE_BACK)) {
try {
AlertDialog.Builder alertDialogBuilder = new AlertDialog.Builder(this);
alertDialogBuilder.setTitle("Programdan Çıkılsın Mı ?").setCancelable(false).setPositiveButton("Evet", new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int id) {
dialog.dismiss();
Intent intent = new Intent(Intent.ACTION_MAIN);
intent.addCategory(Intent.CATEGORY_HOME);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);
finish();
android.os.Process.killProcess(android.os.Process.myPid());
}
}).setNegativeButton("Hayır", new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
Toast.makeText(getApplicationContext(), "Programdan Çıkmaktan Vazgeçtiniz.", Toast.LENGTH_SHORT).show();
}
});
alertDialogBuilder.create().show();
} catch (IllegalStateException e) {
e.printStackTrace();
}
return true;
}
return super.onKeyDown(keyCode, event);
}
*************************************************************
TextView ile görüntülenen yazılar var sayılan olarak sola dayalı olur. TextViewdeki yazıları ortalamak için XML layoutta textviewin özelliklerinin bulunduğu satırların arasına bu kodu yazarsanız yazı ortalı olacaktır.
android:gravity="center"-----------------------------------
sleep kullanımı
Thread acilisekrani = new Thread(){ public void run(){ try { sleep(3000); Intent intent = new Intent(MainActivity.this,Acilisekrani.class); startActivity(intent); } catch (Exception e) { // TODO: handle exception e.printStackTrace(); } finally{ finish(); } } }; acilisekrani.start();18 Mayıs 2016 Çarşamba
## Linux Sistem programlama Proje -2
https://yadi.sk/d/K7uZrxQbrpCVo :: Tüm içerik
---------------------------------------------------------------------------
---------------------------------------------------------------------------
11 Mayıs 2016 Çarşamba
### Java PDP odev2 - odev3 - java + lisp
JAVA : https://yadi.sk/d/EO9iAa2lrdyoS
------------------------------------------------------------
LİSP: https://yadi.sk/d/Z6PnmDaTrdyod
------------------------------------------------------------
LİSP: https://yadi.sk/d/Z6PnmDaTrdyod
10 Mayıs 2016 Salı
12 Nisan 2016 Salı
# Faydali olabilcek Linkler
http://semihkiroglu.github.io/scDNASinstaller/
----------------
https://tr.wikibooks.org/wiki/Linux_%C4%B0%C5%9Fletim_Sistemi/Linux_Komutlar%C4%B1/Dosya_ve_klas%C3%B6r_komutlar%C4%B1
------------
http://ahmetkutuk.blogspot.com.tr/p/ben-kimim.html
-------------------
http://www.ilkerkocager.net/linux-konsol-komutlari-3/linux-konsol-komutlari/
-------------------------
YÜZ TANIMA
https://www.junian.net/2014/07/camera-face-detection-in-c-using-emgu.html
http://ahmedopeyemi.com/main/face-detection-and-recognition-in-c-using-emgucv-3-0-opencv-wrapper-part-1/
http://organikyazilimblogu.blogspot.com.tr/2010/05/c-ile-yuz-bulma-ve-tanma.html?m=1
http://www.codeproject.com/Articles/239849/Multiple-face-detection-and-recognition-in-real
https://github.com/CognitiveJ/cognitivej
--------------------------------------------
tab control android
https://developer.android.com/training/implementing-navigation/lateral.html
------------------------------
http://uykusuzprogramci.com/2016/11/13/c-ile-winform-kayan-menu-slider/
----------------
https://tr.wikibooks.org/wiki/Linux_%C4%B0%C5%9Fletim_Sistemi/Linux_Komutlar%C4%B1/Dosya_ve_klas%C3%B6r_komutlar%C4%B1
------------
http://ahmetkutuk.blogspot.com.tr/p/ben-kimim.html
-------------------
http://www.ilkerkocager.net/linux-konsol-komutlari-3/linux-konsol-komutlari/
-------------------------
YÜZ TANIMA
https://www.junian.net/2014/07/camera-face-detection-in-c-using-emgu.html
http://ahmedopeyemi.com/main/face-detection-and-recognition-in-c-using-emgucv-3-0-opencv-wrapper-part-1/
http://organikyazilimblogu.blogspot.com.tr/2010/05/c-ile-yuz-bulma-ve-tanma.html?m=1
http://www.codeproject.com/Articles/239849/Multiple-face-detection-and-recognition-in-real
https://github.com/CognitiveJ/cognitivej
--------------------------------------------
tab control android
https://developer.android.com/training/implementing-navigation/lateral.html
------------------------------
http://uykusuzprogramci.com/2016/11/13/c-ile-winform-kayan-menu-slider/
9 Nisan 2016 Cumartesi
Kaydol:
Yorumlar (Atom)

























