@_Hitesh_
Software engineering Enthusiast
Nothing here yet.
Nothing here yet.
No blogs yet.
I am building an Android application, where i don't want to make it compulsory for the user to sing up with the app just to navigate the application, but i am presenting the sing up option in each activity screen of this application, Once the user si...
Join discussionI am learning julia language but i don't really know why? Many of my friends recommended me to learn julia because julia is going to become the language for data science but none of them could explain me why? python and R already exists then why juli...
Join discussionWhile learning about Event Handling I came across the the below code Button button = (Button) findViewById(R.id.button_send); button.setOnClickListener(new View.OnClickListener() { public void onClick(View v) { // Do something in response...
DSDegreat and 1 more commentedI know what callback method is, but i'm confused what is the use of it? We can make a call to another function from an calling function, then why pass reference to function as an argument ? I see lot of callback methods being used in Android and I ne...
AAAnkit and 2 more commentedI have been asked to work on a project where i need to analyze the data given to me and extract some useful information out of it . Basically the data contains the information of what customers buy what products. I have no experience in data analyti...
Join discussionHow does Collection.sort() work in Java? What roles do Comparable and Comparator play in sorting? How can I implement Collection.sort() in my program? I am having tough time understanding above concepts. Please help me in understanding these conc...
JJan commented