Nizzle94
01/23/2018, 2:21 AMhmole
01/23/2018, 7:53 AMScott
01/23/2018, 7:54 AMPaul Woitaschek
01/23/2018, 9:37 AM@Parcelize
?nickk
01/23/2018, 11:28 AM@Suppress
. Is there a list somewhere?jw
01/23/2018, 5:18 PMkirillrakhman
01/24/2018, 9:12 AMWarning:Configuration 'compile' is obsolete and has been replaced with 'implementation'. It will be removed at the end of 2018I don't have any
compile
dependencies anymore. Could it be the Kotlin plugin that causes the warning?Ayden
01/24/2018, 2:48 PMeyal
01/24/2018, 3:27 PMtgmcians
01/24/2018, 6:40 PMthis class implements parcelable but does not provide a creator field
temp_man
01/24/2018, 11:23 PMNizzle94
01/25/2018, 8:22 AMmagicleon
01/25/2018, 6:45 PMyasir-ameen
01/27/2018, 7:07 AMJoe
01/27/2018, 1:30 PMinterface Logger : AnkoLogger
zkeme
01/27/2018, 3:45 PMLoránd
01/28/2018, 3:16 PMkenkyee
01/28/2018, 5:52 PMnoone
01/28/2018, 7:38 PModay
01/29/2018, 10:19 AMAditya
01/29/2018, 12:47 PMjw
01/30/2018, 12:00 AMjw
01/30/2018, 12:04 AMRick
01/30/2018, 4:39 AMaeruhxi
01/30/2018, 6:29 AMAditya
01/30/2018, 7:56 AMAditya
01/30/2018, 10:13 PMAyden
01/31/2018, 9:38 AMAyden
01/31/2018, 9:43 AMclass MainActivity : AppCompatActivity(), BottomNavigationView.OnNavigationItemSelectedListener {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.activity_main)
loadFragment(new HomeFragment())
BottomNavigationView navigation = findViewById(R.id.navigation)
navigation.setOnNavigationItemSelectedListener(this)
}
...
fun onNavigationItemSelected(item: MenuItem?): Boolean {
fragment: Fragment = null
return true
}
}
Kevin Janvier Chinabalire
01/31/2018, 10:08 AMvar model:User()
forEachIndexed { index, users ->{
println("my $users ")
}
println("I want to access my result outside for loop")