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

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -