Recent content by anon(9236402)

  1. A

    [FREE] [UWP] [ANDROID] "Miles the Magnificent Mole" -- endless digging game

    Now announcing iOS support! Somehow I can't figure out how to edit the thread title to add [iOS] in there...
  2. A

    [FREE] [UWP] [ANDROID] "Miles the Magnificent Mole" -- endless digging game

    Thank you very much for the constructive criticism! Have a great day :)
  3. A

    [FREE] [UWP] [ANDROID] "Miles the Magnificent Mole" -- endless digging game

    Hi everyone! I'm incredibly excited to announce my first game, Miles the Magnificent Mole! It is available free (and ad-free) for Windows 10, iOS, and Android! As the title suggests, it is an endless-style game, but instead of running, you're digging... Check it out! Miles is enjoying life as...
  4. A

    Interested in the Alcatel OneTouch Fierce XL? We're giving one away!

    I love my Icon (okay it's more like a love/hate relationship) but this phone interests me greatly. Count me in
  5. A

    Win a Lumia 950 XL from Windows Central!

    Great contest! I've tried the 950XL at a Microsoft store and it was really cool, hooked up to a display so you could test Continuum. I just got a Wireless Display Adapter and it would be really cool to use Continuum for my personal stuff.
  6. A

    Windows Central Photos Contest: Weather

    I took this photo of a beautiful sunset with my Lumia Icon in Tolofon, Greece. Greece is such a pretty place -- I'd love to go back some day.
  7. A

    [Windows 10] U.S. Army Bugle Calls

    Hi there! I came across an article showing off the best apps for Boy Scouts (I'm a Scout myself) and a U.S. Army Bugle Calls app for Android was on the list. Now, we didn't have an equivalent app, and honestly, it's a pretty simple idea, so I made one myself. I'm also working on a BSA...
  8. A

    Read rotation from Band

    EDIT: People on StackOverflow are really fast. I'll see if I can work with the answer given Original post on StackOverflow: c# - How to read rotation of a Microsoft Band - Stack Overflow I'm trying to read the rotation of a Microsoft Band similar to how Bounce for Band does. Somehow the app...
  9. A

    C# Coding

    The explanation above is wonderful. If you're developing Windows 10 UWP apps, you should instead handle the SystemNavigationManager.BackRequested event as explained in this article.
  10. A

    Ban the post above you! Game!

    Banned for going to other forums.
  11. A

    Ban the post above you! Game!

    Banned, it's called Insider Preview now.
  12. A

    Join the WindowsCentral Developer Program!

    Cool, keep it up! We can always use more game developers.
  13. A

    Join the WindowsCentral Developer Program!

    Hey not bad! Did you make it with Unity 3D? The graphics remind me of games like Crossy Road and Tiltagon which are made with Unity. I'm trying to learn Unity but I've been pretty busy and haven't gotten far yet.
  14. A

    [WINDOWS 10] Startwatch

    Hi developer community! I want to introduce my first Windows app, Startwatch. Startwatch is a simple but powerful stopwatch app exclusively for Windows devices. It is 100% free and ad-free. Startwatch continues recording time in the background, even if the app is closed or your device is powered...
  15. A

    So I want to make universal apps. Where to begin?

    This series is pretty basic for someone who's already a programmer, but it will give you a good introduction to app developing. This is a more advanced course, which gives you a better introduction to the whole idea of the UWP in the first few lessons and presents a few examples that have helped...