Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

Aravindba

@Aravindba
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to create folder on IOS device in Cordova
    A Aravindba

    Hi, I am developing ios app, in that need to create folder on ios device, i am using following code to create folder named "FT2019" ,is it my code is correct ? if correct then how see that folder on ios device physically.

    if (device.platform.toLowerCase() == "android") {
    window.resolveLocalFileSystemURL(cordova.file.externalRootDirectory, onFileSystemSuccess, onError);
    } else {
    window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, onFileSystemSuccess, onError);
    }

    function onFileSystemSuccess(fileSystem) {
    var entry = "";
    if (device.platform.toLowerCase() == "android") {
    entry = fileSystem;
    } else {
    entry = fileSystem.root;
    }
    entry.getDirectory("FT2019", {
    create: true,
    exclusive: false
    }, onGetDirectorySuccess, onGetDirectoryFail);
    };

        function onError(e) {
            alert("Fail to get folder");
        };
    
    
    
    
        function onGetDirectorySuccess(dir) {
            dummyFilePath = dir.toURL();
        };
    
    
        function onGetDirectoryFail(dir) {
            alert("Fail to get folder");
        };
    

    Regards Aravindb

    iOS android ios mobile tutorial question

  • How to reactivate my old code project account ?
    A Aravindba

    Thanks for ur reply,i am not just wrote question in code project and sit relax and waiting for reply,i am also try in my end,in most of the question i am specify what i did and also if i found solution i post answer in my question itself and marked as solution,bcz some of the person also struggle with same problem,then how it come self answer ? if i am not answer my question or other question then why u say no contribution to code project ? if not understand question comment that question i will improve my question using Improve Question link,if question not understand then why this have Improve Question link ?

    Quote:

    but people got tired of your childish questions(May be no effort), self answered questions(Which may be the reason you got kicked) and repeating same thing over and over again (Even comments).

    People got childish question then why nobody reply on that question ??? If self answered question means i am simply finish my project instead asking here,even self answer question in ur point, other can use in future. I am not repeating here anything.. Thanx :)

    Spam and Abuse Watch question csharp database tutorial

  • IDE for iOS and Android Development
    A Aravindba

    Hi Try Telerik Platform (http://www.telerik.com/[^]),that support Andriod,IOS and window Phone in single development,but u need to buy that tool.You can try in 30 days trial,if ok then u buy it. Regards Aravind

    Mobile android ios visual-studio com question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups