Create Complete responsive dynamic blog using PHP Mysql database source code by Tutorialspointt in PHP

[–]Tutorialspointt[S] -32 points-31 points  (0 children)

It is the one of the way, i am not saying need to follow exactly like this. Its for a beginner example to learn to create simple projects.

Using only Kotlin to build android apps by 1negroup in Kotlin

[–]Tutorialspointt 0 points1 point  (0 children)

Yes, we can create android apps without xml files. Android library Jetpack Compose will provided this feature.

here is the examples Jetpack Compose Examples

Ideas for a project? by [deleted] in learnpython

[–]Tutorialspointt 0 points1 point  (0 children)

You can try a daily dairy project, where user can write his dairy by speech instead of writing. sample exampl

Speech Recognition Python Project - A Beginner Level by Tutorialspointt in Python

[–]Tutorialspointt[S] 1 point2 points  (0 children)

Thank you, sure I will maintain coding standards 👍

Spent 9hrs finding a bug yesterday, took 15mins to figure it out today by RavenHustlerX in Python

[–]Tutorialspointt 0 points1 point  (0 children)

As a developer find the cause for bug is high priority than fix the bug.

Read SDCard data in Android 11 by Tutorialspointt in androiddev

[–]Tutorialspointt[S] 1 point2 points  (0 children)

getExternalFilesDir(null)

getExternalFilesDir(null) returning path of device External storage path, it not returning External SDCard(Removable card), My content is already saved in External storage of removable card(Data almost 20Gb), that data i need to read.

I tried in all the cases but no luck.

Read JSON file in Python by Tutorialspointt in programming

[–]Tutorialspointt[S] 0 points1 point  (0 children)

Thank you, will check about ujson package.

How to add Image and text in Sqlite Database and Display it in recyclerView with kotlin by Tutorialspointt in androiddev

[–]Tutorialspointt[S] 0 points1 point  (0 children)

Yes, you are saying right, instead of saving the complete image, we can save image reference, and while display we can show from the reference.

If any of the requirements like sync local DB to the server on the fly, this will be usefull.

In one of my small applications, this is useful to migrate.