Recent content by kurotsuki

  1. kurotsuki

    Is VR already becoming an after thought?

    This... My friend... Is still hundreds to spend like what Lone Ninja said, which is, sadly, he (and I and many other people) can't afford to spend for a toybox. Am I a gamer? Yes. Am I playing games on PC? Yes (well... Laptop IS a PC). But my PC is only strong enough to play games like Aragami...
  2. kurotsuki

    Andromeda / Surface Phone will come with Android OS

    The concept itself is good and very interesting. But it's actualization is.... well... doubtful. The environment isn't on the level of self sustained yet. UWP is still minority in user's usage pattern. It depends on how it can virtualize x86 apps (since Andromeda is a CoreOS derivative, unlike...
  3. kurotsuki

    101 uses for an abandoned Windows Mobile Device:

    Already sold them long ago before this whole issue is happening.... :wink:
  4. kurotsuki

    any alternative to Xamarin?

    I'm afraid no. Visual Studio 2015 is supporting Android apps. But that only use Apache Cordova (which is HTML5 based). No native support. The only way we can get a (nearly) native experience on Android are using ADT on eclipse or Android Studio which is using java, or using Xamarin if you...
  5. kurotsuki

    Did you try win10 Build on Lumia 520?

    I see. It also hampering my application which currently under heavy development because I need to update it as fast as I could. I guess I'll revert back to 8.1 too.
  6. kurotsuki

    Did you try win10 Build on Lumia 520?

    Same as this ... with additional issue. Same like Project Spartan, the new Settings app does not exist. @l3unny: How do you have your Project Spartan? Is it installed by default? I was subscribed to the fast ring one. Does this differ with the slow ring one?
  7. kurotsuki

    Copy operation on new OneDrive API

    Ok. According to this bug tracking, this API should working by now (the referenced comment are posted on April 10.
  8. kurotsuki

    [WP 8.1] RD File Manager. Manage your file remotely using web browser.

    Thanks for the feedback. Yes, it kinda unstable right now. Sometimes it fast and sometimes it slow and stuck at loading phase. For my reference, what browser did you use to open the address? I'm sure it's not because you haven't purchase the full version. The full version only opens up the...
  9. kurotsuki

    Show us your Lumia ASCII Camera photos!

    This is mine ... 3 shades of old MacBook Pro (2011) ... ^.^
  10. kurotsuki

    [WP 8.1] RD File Manager. Manage your file remotely using web browser.

    Hello again, I'm updating my app to 1.2.0.0. This update brings OneDrive integration to the app. User now can manage their OneDrive files seamlessly such as copy-paste between local and OneDrive is now possible (via download and upload API). This feature is accessible for paid users (those who...
  11. kurotsuki

    Copy operation on new OneDrive API

    It seems that no one knows about this problem. For now, I have to use the old OneDrive API (formerly SkyDrive API) only for this copy operation, like this example: COPY https://apis.live.net/v5.0/file.a6b2a7e8f2515e5e.A6B2A7E8F2515E5E!126 Authorization: Bearer ACCESS_TOKEN Content-Type...
  12. kurotsuki

    Copy operation on new OneDrive API

    I've been stumbling on this issue for a while. I'm trying to copy file which is located at OneDrive's folder into another folder within the same account. (i.e: from user's root folder to one of it's subfolder). According to OneDrive Copy API, I need to call this REST API: POST...
  13. kurotsuki

    Best Way To Make Money Off An App?

    Aren't trial version work exactly that way? Use ads at trial version and remove the ads once users bought the app. This is the common practice when IAP does not available back then. The advantage of trial-paid method is that users know in advance about the app price prior downloading the app...
  14. kurotsuki

    [WP 8.1] RD File Manager. Manage your file remotely using web browser.

    I'm updating the app for http server improvement. Within this update, I also add a feature that allow paid users to send selected files as attachments. I also add adduplex as one of ad providers as marketing purposes. Hopefully, this help the app marketing a little. Oh, and ... for up to next 6...
  15. kurotsuki

    [WP 8.1] RD File Manager. Manage your file remotely using web browser.

    Hello, I want to introduce you to my new app. Yes ... Another file manager app. With additional features which enabled users to remotely manage their files using web browser on their PC. You can get the app here ... or by scanning this QR code: As file manager, this app is able to rename...