Skip to navigation
How to get the content and they type of a java object
06.06.17
//get the object content: Log.d("debug", foo.toString()); //get the object type Log.d("debug",foo.getClass().getName());
https://coderanch.com/t/404450/java/type-object
Reply
Anonymous
Information Epoch 1740294814
Small is beautiful.
Home
Notebook
Contact us