Friday, June 9, 2017

[Android] Install Kotlin language for Android Studio


class MainActivity : AppCompatActivity() {
 private var TAG: String = "MainActivity" 
 private var a: Int = 0 
 private var b: Int = 0
 
 override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState) 
 a = 10 
 b = 25 
 Log.d(TAG, "result:" + (a + b)) 
 // result:35 
  }
}

Monday, June 5, 2017

[Android Application] Money Manager

- easy manager your money with calendar
- simple add event 
- statistic money pay for day
- statistic money pay for month
- share event
- use for offline
- all in one screen
- enjoy this application
MoneyManager
Download app from Google Play