28

Making file sharing application completely in C#.

I wonder if I will ever finish.

Comments
  • 2
  • 1
    sounds reasonably doable.
    wanna borrow my MultisourceFile library? could be useful for that virtual folder stuff with autodownload/upload, like onedrive does
  • 0
    @Midnigh-shcode Hmmm, even though i am planning to make the transfer locally, i am interested! How can i contact you?
  • 1
    C# dev reporting in!
    Desktop & console apps, ASP.NET backends and currently, universal apps with Xamarin (holy shit Xamarin.Forms sucks ass so much)
  • 1
    @ArcaneEye the current most active unofficial devrant discord server is the one that has the devducks with christmas hats icon
  • 1
    @ArcaneEye
    Typical Xamarin error messages:

    "Error in Line 51 in MainApp.cs. Check Stacktrace in Output Log"

    Output Log> null

    MainApp.cs> (ends in line 41)
  • 1
    @DefiniteGoose @ArcaneEye

    I think the language specific channels are in the old server. You can get programming help in #developer-help in this server: https://discord.gg/x93d2JQ

    Come and hang out!
  • 1
    @ArcaneEye Worse than Android Studio for Android development but usable (weird errors happen a lot, generator doesnt detect files added by you, layouts get fcked and Xamarin Live player crashes on some devices for no reason when you did the code right, also no proper error printing, sometimes it just gets stuck on building with no error message)
    Forms is just absolute garbage. Very laggy, launches slowly, takes a lot of space on device and crashes when in bad mood
  • 1
    @Wiciaki Nightmare in short, I prefer to just stick with Gradle in Android Studio rather than dealing with faster, but freaking sucking Xamarin
  • 1
    @ArcaneEye
    You can make android apps with NDK

    Ref here
    https://developer.android.com/ndk/...
  • 1
    @ArcaneEye so what was your question???
  • 1
    @Midnigh-shcode
    (still waiting for response...)
  • 1
    @CozyPlanes oh, wow, sorry, my devrant usage is very irregular. best way to contact me would probably be via skype, sh_code
  • 1
    @Midnigh-shcode well, that's disappointing... if you have telegram/discord/twitter let me know
  • 1
    @CozyPlanes twitter is better? k, then. i'm @semihybrid
  • 1
    @CozyPlanes tweeted u a git repo link. not sure if it's going to be useful in any way, it's more of a case-specific draft outlining what the complete lib would look like, but if there's any use in it for you, you're welcome to use it in any way you want.
  • 0
    @Midnigh-shcode
    Np thanks
Add Comment