Ana içeriğe atla

Kayıtlar

Ocak, 2021 tarihine ait yayınlar gösteriliyor

Gradle

  36 For Windows: -Download last version of Gradle ( https://gradle.org/releases ) -Create a folder and unzip files (I use C:\Program Files (x86)\gradle) -Copy the path with the bin directory included (C:\Program Files (x86)\gradle\bin) -Set the path C:\Program Files (x86)\gradle\bin (in my exemple) to "Path Environment Variables" Variable name "Path" and variable value "C:\Program Files (x86)\gradle\bin" for both: User Variable table and System Variables table You may need to reopen the "Prompt commad line" To test, type gradle in prompt.

Android apk imzalama

ionic cordova build --release android keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000 jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore platforms\android\app\build\outputs\apk\release\app-release-unsigned.apk  myvoice  zipalign -v 4 platforms\android\app\build\outputs\apk\release\app-release-unsigned.apk  myvoice.apk Publishing your app - Ionic Framework

ANGULAR ASYNC

  positionChanged = new Subject(); getLocation ( ) { if ( "geolocation" in navigator) { navigator.geolocation.watchPosition( ( success ) => { this .lat = success.coords.latitude; this .lon = success.coords.longitude; this .positionChanged.next(); }) } this .positionChanged.pipe( mergeMap( ()=> this .todayService.daitriecoordinatebi( this .lat, this .lon))) .subscribe( data => { this .amindiDGES = data; }) }

Russian Waltz Music - Useful for Studying (1 hour)