Its been a while since I first released Pwned Pass so lets have a look at where we are now. We are very close to 500 Downloads from Google Play and we have recently smashed past 100 active installs, peaking at 116 and even now we are still over 100. I have had 9 reviews (6 x 5*, 2 x 1 * and a 4 *) which averages out at...
A friend asked me how to get started in Android Development and I thought I might have a go at answering that question here. I am by no means an expert in Android development, I do have an app in the play store so I know something. Manifest File This is probably the easiest option and also doesn’t actually create an...
A new version of Pwned Pass is available from Google Play . A couple of weeks ago Troy Hunt released V2 of Pwned Pass onto his haveibeenpwned website. There are now over half a billion passwords that have appeared in data breaches for you to search. This time Troy has included information about how many times a...
Since I started creating an android app I have been writing simple UI tests. I have been taking advantage of the Visual Studio App Center which allows you to test against hundreds of different devices in the Test Cloud. In order to write a UI test create a UI Test App, this makes use of the nuget package Xamarin UI...
Pwned Pass is now available from the Google Play Store . Pwned Pass is a simple android app that allows you to type in a password and tells you if it has been used in a data breach. Troy Hunt of Have I Been Pwned? recently added a new API to his website which allows you to search his extensive database of pwned...
For the past week or so I have been playing around with Xamarin and creating an android app. Well I now have an app in the Google Play Store. Check out https://play.google.com/store/apps/dev?id=6148298088834956775 . Before you rush and download the app I must warn you that it doesn’t do much yet. It displays some...