[android-developers] NetworkStatsManager querySummary returning incorrect data for specific time interval

2018-02-15 Thread Gourav Gour
I am using following code to get data used per application for a given time interval long t1 = System.currentTimeMillis()-(60*1000);long t2 = System.currentTimeMillis();NetworkStats networkStats = networkStatsManager.querySummary(ConnectivityManager.TYPE_WIFI, null, t1, t2); long data_tx = 0;

[android-developers] live video streaming

2009-11-15 Thread gour
Hi all, i need help on live video streaming. I want to do the following things in live video streaming. 1. I want to broadcast the live video which is recording by camera from one android mobile directly to a particular ip address. 2. now i want to play that video to another android mobile fro

[android-developers] broadcast data to other application

2009-05-15 Thread gour
Hi I create an application where i get the various data from net (say for example i am getting the temperature information of particular city and another data is the information of stock value of a particular company) now i want to broadcast that various data to all application. I create a reg

[android-developers] contact listener

2009-02-03 Thread gour
How to listen if any contact is added or deleted or updated in the address book. How do i implement that listener in my application. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post