PinnedGetting Started With FlutterAs you see in the title. This is a question mark (?) that most developers will make when introduced to a new shiny frameworks. Currently in market there are many frameworks that exist Xamarin, Fuse, React Native, Native-Script, Flutter, and so on… Al...Oct 5, 2022·3 min read
onBackPressed() deprecated, What is the alternative ?onBackPressed() deprecated, What is the alternative by@Codeblogs•August 31, 2022 onBackPressed() Deprecated, What is the Alternative? If you have updated any of your application to API LEVEL 33, you have seen this error, onBackPressed is deprecated. ...Aug 31, 2022·3 min read
Android View Binding | Use of view binding | replace findViewById | view Binding in Jetpack composehttps://www.codeblogs.info view binding by https://www.codeblogs.info/ What is Android View Binding and How to simplify its delegation? Use view binding to replace findViewById? What is View Binding? As said on their developer’s page, View binding is...Aug 29, 2022·2 min read
Android Activities and lifecycle methods[Application ClassWhat is an android application class? Firstly let's know what is this and why we use "In android, The Application class…basicsofkotlin.wordpress.com](https://basicsofkotlin.wordpress.com/2021/12/02/application-class/ "https://basics...Aug 28, 2022·1 min read
Programming stuff on codeblogsGood news for programmers, Here are some ways coding can make you smarter codeblogs. https://www.codeblogs.info/2022/08/programming-stuff-on-codeblogs.html [Programming stuff on codeblogsPhoto by meo from Pexels A programmer gets a phone call from hi...Aug 25, 2022·6 min read
Kotlin variables var, val, lateinit and lazykotlin variables codeblogs.info What can I do with kotlin : → Well, The answers are you can any kind of development it can be like server-side, client-side web and android also this (kotlin/Native ) currently in this works, support for other platform...Jun 2, 2022·5 min read
Activity Embedding in Androidcodeblogs Google released Android 12L to improve the Android feel and experience on foldables, tablets, Chrome OS devices and in general, large screens. This release comes at a time when large screens are growing in reach, thus increasing the need to...Apr 20, 2022·9 min read