기본 콘텐츠로 건너뛰기

Whoopee News

Whoopee app is reviewed by SOFTPEDIA. They says, Windows:   " Effortlessly and quickly share any kind of file between your computer and iOS and Android devices with the help of this simplistic utility " Mac: " Transfer files between Mac, PC, iOS and Android devices connected to the same Wi-Fi network easily, with this straightforward application " Thanks for reviewing Whoopee app. 

RxJava NoSuchFieldException: producerIndex error when using proguard in Android Studio

There is an error of RxJava when generating signed apk using proguard in Android Studio. The solution in my case is this link . Add the following at the proguard rules. -keepclassmembers class rx.internal.util.unsafe.*ArrayQueue*Field* { long producerIndex; long consumerIndex; } -keepclassmembers class rx.internal.util.unsafe.BaseLinkedQueueProducerNodeRef { long producerNode; long consumerNode; }

fs.readFileSync error in electron with webpack

There can be an error, "Uncaught Error: ENOENT: no such file or directory, open '...'" when using npm libraries which use "__dirname" in their source code. The problem seems to be related the context of the module path. If the entry module is located at sub directory such as 'app' or 'components', it happens. The solution is to put entry module at the root directory.

webpack json cheerio

When webpack the cheerio library, there is an error with index.js requiring package.json. To solve this problem,     1. use json loader              { test: /\.json$/, loader: "json-loader" }     2. set resolve with json file         extensions: ['', '.js', '.json'] https://github.com/webpack/webpack/issues/184

Youtube Video for Sending Photos between Androids using Whoopee in Korean

get whoopee at here