inputstreamreader
There are 11 repositories under inputstreamreader topic.
RaedMassoud/Java-Concept-Implementation
An implementation of several OOP concepts in java
tanaskovicVesna/EarthquakeReport
App is an example of getting data from the remote data source performed by AsyncTaskLoader on the background thread. It's list of Earthquakes, each item shows eartquakes magnitude, time and location. Data are fetched by making HTTP request to the Earthquakes API and then by getting JSON response from the server. Clicking on list item, opens another activity that shows google map of eartquake location.
jphber/TutorialesJava
Different topics and examples using Java:
maelysarn/movie-classifier
This code will be able to clean up the different movie records, classify them by genre and make the valid records available to the user through an interactive console-based menu system.
arishqureshi27/Keyboard-Class
A replica of Scanner Class that is easy to operate and is made by using the BufferedReader and InputStreamReader class for getting input of any primitive data type.
fuadreza/FirstJSON
Ambil data dari JSON
hunteryavitz/IOFunctions
Java I/O Functionality
krunalpatel3/Simple-News-app-AAC
News app Udacity Android Basic Nanodegree Project.
RedInfinityPro/GitHubFeedFetcher.java
Rating: (7/10): The GitHubFeedFetcher is a Java program that requests data from the GitHub API using a URL and access token, using HttpURLConnection and Base64 authentication.