5
Hopstar
7y

Needed to create an app for android for a school project so we tried xamarin because c#. After 2 weeks of crying and breaking we decided to switch java. Now we only hate programming in java but at least we it works

Comments
  • 1
    Try Kotlin Lang(trust me, just explore basics), or write on Java8. = less frustration.
  • 1
    Free advice with java:
    Don't implement listenteners as inner classes, implement those listeners in your activity class.
  • 1
    @mohammed Better, use RxJava and RxBinding for views , to bind them in Rx way. Tada, you have observables and streams ^^
  • 0
    Better, use react native and cut the size of your codebase in half 😉
  • 0
    @tatocaster Thanks, didn't know about it.
Add Comment