Processing a json parsing in separate java file in android -


i have main_activity class extends activity class. need perform json parsing in java file called json_parsing.java .i planning declare method in json parsing class , create object in main_activity class. doubt is

1) should add json parsing class in android manifest ? if so, how can it?

if jsonparsing class doesn't extend activity or isn't service don't need declare in manifest.

by way want underline things:

  • create model in class
  • use capitalized letters start class names

Comments

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -