How to Create Multiple Text File in android 11:26 1 In this tutorial explain how to Create / Delete Multiple text file Inside Root Folder and every text file Size is 5Mb... Read more
How to Delete Log file In 3 days programmatically in android? 17:15 0 comments Explain- The Log file delete alternate in 3 days. import android.content.Context; import java.io.BufferedWriter; import... Read more
How to write Log file programmatically in android? 17:08 0 comments Explain- write Log file programmatically in android. import android.content.Context; import java.io.BufferedWriter; import... Read more
Solve SSL.SSLHandshakeException in Android 16:11 0 comments How to solve SSL.SSLHandshakeException in Android? Basically ,SSL usage Scenario, a server configurd with a certificate... Read more