Android :: SQLIte Db don't insert the datas

Your b is null. You didn’t put anything in intent and you are fetching from intent.

Put “score” in intent in SaveDataActivity then fetch from intent in ResultActivity.

How to use putExtra() and getExtra() for string data

Leave a Comment