© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Chayan Chandro Sutrodhar
Android Dev , Java , Kotlin , Docker ,C/C++
To show your website via your app you can use webview. In xml file : chose a layout then put them a webwiew. class MainActivity : AppCompatActivity() { @RequiresApi(Build.VERSION_CODES.O) override fun onCreate(savedInstanceState: Bundle?) { ...
No responses yet.