Hi , It was seen that there is a Turkish character problem after Android Studio 3.3 update. it. testImplementation 'junit:junit:4.12' androidTestImplementation 'com.android.support.test:runner:1.0.2' androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' do this. testİmplementation 'junit:junit:4.12' androidTestİmplementation 'com.android.support.test:runner:1.0.2' androidTestİmplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
Daha Fazlası.. »Android RxJava2 Simple Sample Volume 1
Android RxJava2 Simple Sample Volume 1 KAYNAK KODU – SOURCE CODE
Daha Fazlası.. »Android Retfrofit Simple Sample
Merhabalar, retrofit kütüphanesiyle yaptığım basit bir örneği sizlerle paylaşıyorum. KAYNAK KODU – SOURCE CODE
Daha Fazlası.. »Android GifView Player Java
Android GifView Player Java Library for playing gifs on Android. Simple android view to display gifs efficiently. You can start, pause and stop gifView. Example usages can be found in example project. Screen Usage Step 1. Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step ...
Daha Fazlası.. »Android Simple ListView Kotlin
Source Code – Kaynak Kod
Daha Fazlası.. »Android Custom ListView Kotlin
Source Code – Kaynak Kod
Daha Fazlası.. »Android Multiple Screen Size
Merhabalar, Android uygulama geliştirmede ciddi sorunlardan biride ekran boyutlarına göre uygulama tasarımı yapabilmektir.Konuda bunu anlatmaya çalışacağız. Konu sonundaki githup linkine ulaşabilirsiniz. Githup’taki örnek projeyi inceleyebilirsiniz. Android multi ekran boyutuna göre uygulamanızı tasarlamak istiyorsanız ConstraintLayout kullanmanızı öneririm. Tüm ekran boyutlarına göre tablet ve telefon olmak üzere iki ayrı boyut kendi içinde laoyut çeşitleri mevcuttur. Aşağıdaki layout çeşitlerini inceleyebilirsiniz. Uygulamanızın dikey ve yatay ...
Daha Fazlası.. »Android Clipboard Manager Service
Kaynak Kod – Source Code
Daha Fazlası.. »Android Java Custom GridView
Kaynak Kod – Source Code
Daha Fazlası.. »Android Studio Google Play Oyun Servislerini Kullanma
Merhabalar, Bu makalemde android oyunların bir çoğunda sıklıkla karşılaştığımız oyun hizmetlerinden bahsedeceğim. Google Play Game Services provide the opportunity to add social features to your games through users’ Google+ accounts. In this source code, we will demonstrate how you can add leaderboards to an Android app, submitting user scores, and presenting the current leaderboard and badges standings within the game. ...
Daha Fazlası.. »