Wale wa Android

Wale wa Android

Last I posted about my app which was a work in progress, I was advised to wait until it is at least 95% function, I took the advise and worked on it... it may not be 95% of what I imagine it to be but slow and steady wins the race. Here it is: https://play.google.com/store/apps/details?id=com.tanzoft.habarihub

png.png
 
Last I posted about my app which was a work in progress, I was advised to wait until it is at least 95% function, I took the advise and worked on it... it may not be 95% of what I imagine it to be but slow and steady wins the race. Here it is: https://play.google.com/store/apps/details?id=com.tanzoft.habarihub

View attachment 98530
Very good improvements compare to last time. As for my 2 cents I just want to talk about the Loading behavior. Incase you didn't know, try to look up for these two things;
Connection Timeout and Read Timeout
I have experienced some major problem that you may want to give a high priority when doing some bug fixing. When you are loading a feed you must set a time limit instead of just letting it load for a long time until the user goes crazy waiting for things to happen. so say an example could be...
Code:
URLConnection connection = url.openConnection();
connection.setConnectTimeout(5000); // 5 seconds
connection.setReadTimeout(10000); // 10 seconds
Well I thought I should mention that 'coz it's critical.
 
Oi video zinazingua mzee. Otherwise poa

Kuhusu video I'm doing YouTube simplePlayerView, it's almost done alongside other new features... You should be receiving an update in a week hivi....
 
na music players pia zinazingua mzee. i hope that also will be on the next update.
 
I'm aware of it, ila shule inabana ndo maana the source code is open source for anyone willing to make new branch and contribute on github, I may put more effort on it likizo December....
 
Back
Top Bottom