Showing posts with label similar. Show all posts
Showing posts with label similar. Show all posts

Monday, 18 July 2016

[App Recommendation Help] Gallery & Music App which are similar to Xiaomi Mi3



I just switched from a Xiaomi Mi3 to Moto G4 Plus and I want apps for gallery and music that are similar (if not the same) to Xiaomi Mi3. I have downloaded a few off the playstore but I am not happy with them. Right now I have QuickPics which is OK but the issue is that it doesn't play and view both images and video within the same folder. And for music I have the paid app of PowerAmp but it isn't reading my SD card and the overall feel of it is not like the Xiaomi inbuilt player I had which was VERY smooth. Are there any alternatives for me?
Thank you in advance.



Monday, 11 July 2016

Friday, 1 July 2016

[GAME][2.3+]Puluk is an ancient Maya game similar to backgammon



Hello,
I want to present to you my game - Puluc.

This is an ancient Mayan running-fight board game.
Initially the game had ritual significance. Mayan played Puluc the night before the sowing of maize.
The game was designed to give strength to revive grains.
This game is a little bit like such games as Backgammon.

Currently game has two modes:
- human vs. human
- human vs. Android (with three different AI)

Google play link is: Puluc

Promotional video: https://www.youtube.com/watch?v=_KpMTLEYjVw">https://www.youtube.com/watch?v=_KpMTLEYjVw" type="application/x-shockwave-flash" width="425" height="350">

Have fun!








Attached Thumbnails


Click image for larger version<br/><br/>Name:	rules.jpg<br/>Views:	N/A<br/>Size:	90.8 KB<br/>ID:	3799808
 

Click image for larger version<br/><br/>Name:	start_camaxtli.jpg<br/>Views:	N/A<br/>Size:	97.5 KB<br/>ID:	3799809
 

Click image for larger version<br/><br/>Name:	game5_jail.jpg<br/>Views:	N/A<br/>Size:	111.2 KB<br/>ID:	3799810
 














[GAME][2.3+]Puluk is an ancient Maya game similar to backgammon



Hello,
I want to present to you my game - Puluc.

This is an ancient Mayan running-fight board game.
Initially the game had ritual significance. Mayan played Puluc the night before the sowing of maize.
The game was designed to give strength to revive grains.
This game is a little bit like such games as Backgammon.

Currently game has two modes:
- human vs. human
- human vs. Android (with three different AI)

Google play link is: Puluc

Screenshots:
Attachment 3799817 Attachment 3799824 Attachment 3799825 Attachment 3799826

Promotional video:


Have fun!








Attached Thumbnails


Click image for larger version<br/><br/>Name:	game5_jail.jpg<br/>Views:	N/A<br/>Size:	111.2 KB<br/>ID:	3799817
 

Click image for larger version<br/><br/>Name:	rules.jpg<br/>Views:	N/A<br/>Size:	90.8 KB<br/>ID:	3799824
 

Click image for larger version<br/><br/>Name:	start_camaxtli.jpg<br/>Views:	N/A<br/>Size:	97.5 KB<br/>ID:	3799825
 

Click image for larger version<br/><br/>Name:	stats.jpg<br/>Views:	N/A<br/>Size:	55.3 KB<br/>ID:	3799826
 














Wednesday, 29 June 2016

Best free static code analysis tool similar to HP's Fortify.



Hi,
I have query regarding Static code Analysis Tools.
I have got a report from HP's Fortify tool which does static analysis on the source code. It has highlighted vulnerabilities in following areas :
Security :
- Path Manipulation
- Unreleased Resource : Streams
The source code is not mine, I got it from some other firm.
The challenge is what HP's Fortify tool scan reported as mentioned above, when trying to scan with other tools on same source code, like FindBugs -> or by lint its not giving these errors. In fact they are not showing any issues under security.
It will be good if you guys can suggest any promising free tool for static code analysis which should give report similar to what HP Fortify gives in terms of security.
Note : I do not have access to HP's Fortify tool so in order to validate my fixes against the reported issues, I need the similar kind of free tool, which can do the job.
I have already visited these forums and checked, did not find much help.
-MobileSecurityWiki and ashishb->android-security on github
Thanks!