https://android.jlelse.eu/app-optimization-with-arraymap-sparsearray-in-android-c0b7de22541a
#ArrayMap, #SparseArray, #android
#ArrayMap, #SparseArray, #android
AndroidPub
App optimization with ArrayMap & SparseArray in Android
Collections are the most common thing used in the software development. In general whenever we required to store data in key value pairs…
به عنوان نمونه از کاربرد - در تصویر بخشی از کد اندروید تلگرام آورده شده است
#ArrayMap, #SparseArray, #android
#ArrayMap, #SparseArray, #android
برای جلسه فردا android studio را نصب کنید
https://developer.android.com/studio/install
#android_studio_install #install
https://developer.android.com/studio/install
#android_studio_install #install
سوالها و مشکلات خود را در گروه زیر مطرح کنید
https://t.me/joinchat/A_PzkQr7l1dbskesH0ny0g
https://t.me/joinchat/A_PzkQr7l1dbskesH0ny0g
mobile_programming pinned «سوالها و مشکلات خود را در گروه زیر مطرح کنید https://t.me/joinchat/A_PzkQr7l1dbskesH0ny0g»
کد برنامه های اسلاید اول در آدرس زیر قرار دارد
https://github.com/sharif-dev/android01
شما میتوانید این کد را تکمیل کرده و درخواست pull ارسال کنید. به طور حتم مشارکت شما دارای نمره + خواهد بود :)
افرادی که مایل هستند ایمیل خود را برای من ارسال کنند تا عضو این organization کنم
#code #android-01 #git #source_code
https://github.com/sharif-dev/android01
شما میتوانید این کد را تکمیل کرده و درخواست pull ارسال کنید. به طور حتم مشارکت شما دارای نمره + خواهد بود :)
افرادی که مایل هستند ایمیل خود را برای من ارسال کنند تا عضو این organization کنم
#code #android-01 #git #source_code
GitHub
GitHub - sharif-dev/android01: Effective Java for Android
Effective Java for Android. Contribute to sharif-dev/android01 development by creating an account on GitHub.
In this vedio you can see how to write the first and a very simple android application to get two numbers and print the sum of them in your device screen :)
https://www.youtube.com/watch?v=dFlPARW5IX8
https://www.youtube.com/watch?v=dFlPARW5IX8
YouTube
Android Studio For Beginners Part 1
This video will demonstrate (1) how to setup a project in Android Studio, (2) how to navigate within Android Studio to build a simple Android application, and (3) how to debug and run an Android app.
Here is a link to my entire Android series of videos:…
Here is a link to my entire Android series of videos:…
https://www.securitynewspaper.com/2019/02/06/vulnerability-allows-hacking-an-android-smartphone-using-only-a-png-image/
#android #Vulnerability
#android #Vulnerability
Information Security Newspaper | Hacking News
Vulnerability allows hacking an Android smartphone using only a PNG image
Vulnerability allows hacking an Android smartphone using only a PNG image - Vulnerabilities - Information Security Newspaper | Hacking News
https://www.tutorialspoint.com/design_pattern/adapter_pattern.htm
or
https://www.oodesign.com/adapter-pattern.html
#adapter_pattern
or
https://www.oodesign.com/adapter-pattern.html
#adapter_pattern
Tutorialspoint
Design Patterns - Adapter Pattern
Adapter pattern works as a bridge between two incompatible interfaces. This type of design pattern comes under structural pattern as this pattern combines the capability of two independent interfaces.