Skip to content. | Skip to navigation

Personal tools

Navigation

You are here: Home / Tutorial / Android

Android

SDK, Android Studio, Kotlin

https://www.livecoding.tv/paradisee89/ Python Android App https://medium.com/@mr.anmolsehgal/common-android-architectures-mvc-vs-mvp-vs-mvvm-afd8461e1fee Executors and EventBus Android App Development Course Build TDS App Using Firebase Course

Android Studio

2018/11/15 try 3.2.1

Emulator Settings: Linux-based systems support virtual machine acceleration through the KVM software package.

Android SDK Build Tools (28.0.3)

// MainActivity.kt
package com.example.myfirstapp

import android.support.v7.app.AppCompatActivity
import android.os.Bundle

class MainActivity : AppCompatActivity() {
    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        setContentView(R.layout.activity_main)
    }
}
http://paolorotolo.github.io/android-studio/
sudo apt-add-repository ppa:paolorotolo/android-studio

Coroutine

Jetpack Compose Twitter UI

https://medium.com/@elizarov/reactive-streams-and-kotlin-flows-bfd12772cda4

Example

登入的電郵輸入鍵盤有指定成英數 但忘記密碼沒有指定 fix keyboard layout assignment

OpenHub: GitHub Client

有些 android手機,刪除應用後資料不會被刪除,因為有需要知道該應用是不是第一次開啟,資料不會刪除的話,無法判斷,有沒有什麼解法?
基本上你描述的情況很少發生 ,我之前只在三星的手機上遇過,而那次是因為使用者有開啟雲端備份。所以我覺得可以不用考慮這情形。
除非放在ex的sd 不可能在內部sd的沒有刪除
保險一點用像openid登入到server去記,不然手機重置後結果也一樣