Beispiel #1
0
 @Override
 protected void onCreate(Bundle savedInstanceState) {
   super.onCreate(savedInstanceState);
   setContentView(R.layout.activity_main);
   HashMap<String, String> hashMap = new HashMap<String, String>();
   hashMap.put("supId", String.valueOf("1592"));
   sendRequest(ApiConstants.CHOOSE_GUN_LIST, hashMap, MainActivity.class.getSimpleName());
 }
Beispiel #2
0
 @Override
 protected void onDestroy() {
   // TODO Auto-generated method stub
   super.onDestroy();
 }